Skip to content

Commit

Permalink
- Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbetta committed Mar 20, 2024
1 parent e70a699 commit 2ac7128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v
VERILOG_SOURCES += $(PWD)/gate_level_netlist.v
IVERILOG_ARGS += -Ttyp -DFUNCTIONAL -DSIM -DUNIT_DELAY=\#1
IVERILOG_ARGS += -DGL_TEST -Ttyp -DFUNCTIONAL -DSIM -DUNIT_DELAY=\#1

endif

Expand Down
4 changes: 4 additions & 0 deletions test/tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ module tb
);

tt_um_scorbetta_goa DUT (
`ifdef GL_TEST
.VPWR (1'b1),
.VGND (1'b0),
`endif
.ui_in ({ ui_in_7, ui_in_6, ui_in_5, ui_in_4, ui_in_3, ui_in_2, ui_in_1, ui_in_0 }),
.uo_out ({ uo_out_7, uo_out_6, uo_out_5, uo_out_4, uo_out_3, uo_out_2, uo_out_1, uo_out_0 }),
.uio_in ({ uio_in_7, uio_in_6, uio_in_5, uio_in_4, uio_in_3, uio_in_2, uio_in_1, uio_in_0 }),
Expand Down

0 comments on commit 2ac7128

Please sign in to comment.