commit | 9fad091054f7e0d9ca01b6925c912d29e144f81a | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Fri Oct 02 10:01:02 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Fri Oct 02 10:01:02 2020 -0700 |
tree | 8fb9c1d2b37454e7cdad923e8a2f4d59f7e98a21 | |
parent | 3ded603d441ef61c026f5c0a2e06d43873f18db0 [diff] |
verilog: Fixing include path. The include lines previously had, `include "sky130_fd_sc_hd__o221a.pp.functional.v"` but the actual filename is `include "sky130_fd_sc_hd__o221a.functional.pp.v"`. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>