Updating files to use the updated yosys. Also enabling yosys-plugins compilation

REsolving conflicts while rebasing to master
This commit is contained in:
Lalit Sharma 2021-03-22 23:13:06 -07:00
parent 685cd2f297
commit 0c75859d86
2 changed files with 3 additions and 1 deletions

View File

@ -241,6 +241,7 @@ add_custom_target(
# yosys compilation ends # yosys compilation ends
# yosys-plugins compilation starts # yosys-plugins compilation starts
# run makefile provided, we pass-on the options to the local make file
add_custom_target( add_custom_target(
yosys-plugins ALL yosys-plugins ALL
COMMAND $(MAKE) COMMAND $(MAKE)

View File

@ -65,6 +65,7 @@ opt_expr -mux_undef
simplemap simplemap
opt_expr opt_expr
opt_merge opt_merge
#opt_rmdff
opt_clean opt_clean
opt opt
dfflegalize -cell $_DFF_?_ 01 -cell $_DFF_?P?_ r -cell $_SDFF_?P?_ r dfflegalize -cell $_DFF_?_ 01 -cell $_DFF_?P?_ r -cell $_SDFF_?P?_ r