File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ orfs_flow(
88 "PLACE_DENSITY_LB_ADDON" : "0.2" ,
99 "TNS_END_PERCENT" : "100" ,
1010 "REMOVE_ABC_BUFFERS" : "1" ,
11+ "SYNTH_HDL_FRONTEND" : "slang" ,
12+ "VERILOG_INCLUDE_DIRS" : "flow/designs/src/ibex_sv/vendor/lowrisc_ip/prim/rtl" ,
1113 },
1214 pdk = "@docker_orfs//:sky130hd" ,
1315 sources = {
1416 "SDC_FILE" : [":constraint.sdc" ],
1517 "FASTROUTE_TCL" : ["fastroute.tcl" ],
1618 },
1719 top = "ibex_core" ,
18- verilog_files = ["//flow/designs/src/ibex :verilog" ],
20+ verilog_files = ["//flow/designs/src/ibex_sv :verilog" ],
1921)
Original file line number Diff line number Diff line change 11filegroup (
22 name = "verilog" ,
3- srcs = glob (include = ["*.v" ]),
3+ srcs = glob (include = [
4+ "**/*.sv" ,
5+ "**/*.svh" ,
6+ "**/*.v" ,
7+ ]),
48 visibility = ["//visibility:public" ],
59)
You can’t perform that action at this time.
0 commit comments