Skip to content

Commit

Permalink
Merge pull request #374 from TeaOfJay/patch-1
Browse files Browse the repository at this point in the history
Update SConstruct to link ecp5/cells_bb.v
  • Loading branch information
cavearr authored Apr 22, 2024
2 parents b9ca121 + bbde473 commit 5c41598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/resources/ecp5/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def iverilog_generator(source, target, env, for_signature):
# end
is_interactive_sim = is_testbench and 'sim' in COMMAND_LINE_TARGETS
interactive_sim_flag = f'-D INTERACTIVE_SIM' if is_interactive_sim else ""
result = 'iverilog {0} -o $TARGET {1} {2} -D NO_INCLUDES "{3}/ecp5/cells_sim.v" $SOURCES'.format(
result = 'iverilog {0} -o $TARGET {1} {2} -D NO_INCLUDES "{3}/ecp5/cells_bb.v" "{3}/ecp5/cells_sim.v" $SOURCES'.format(
IVER_PATH, vcd_output_flag, interactive_sim_flag, YOSYS_PATH)
return result

Expand Down

0 comments on commit 5c41598

Please sign in to comment.