[test] fixed remaining bugs

This commit is contained in:
tangxifan 2023-01-24 18:00:04 -08:00
parent d1e951e52e
commit aff8178581
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Yosys synthesis script for ${TOP_MODULE}
# Read verilog files
read_verilog ${READ_VERILOG_OPTIONS} ${VERILOG_FILES}
read_verilog -lib -specify ${YOSYS_CELL_SIM_VERILOG}
read_verilog ${READ_VERILOG_OPTIONS} ${YOSYS_CELL_SIM_VERILOG}
# Technology mapping
hierarchy -top ${TOP_MODULE}