Updating files to use the updated yosys. Also enabling yosys-plugins compilation
REsolving conflicts while rebasing to master
This commit is contained in:
parent
685cd2f297
commit
0c75859d86
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue