Skip to content

Commit

Permalink
Use yosys mode when parsing files using Surelog
Browse files Browse the repository at this point in the history
This commit enables newly added yosys mode in Surelog

Signed-off-by: Kamil Rakoczy <[email protected]>
  • Loading branch information
kamilrakoczy committed Jan 20, 2021
1 parent 192d149 commit 07b82c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/templates/surelog/surelog-makefile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ INCLUDE_COMMAND = {{ include_files_command }}
all: ${TOP}.uhdm

${TOP}.uhdm:
surelog -parse -sverilog ${LIBRARY_COMMAND} ${DEFINES_COMMAND} ${PARAMS_COMMAND} -top ${TOP} ${INCLUDE_COMMAND} ${VERILOG}
surelog -yosys -parse -sverilog ${LIBRARY_COMMAND} ${DEFINES_COMMAND} ${PARAMS_COMMAND} -top ${TOP} ${INCLUDE_COMMAND} ${VERILOG}
cp slpp_all/surelog.uhdm ${TOP}.uhdm

0 comments on commit 07b82c0

Please sign in to comment.