File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ synthesis()
453453 PREFIX=build_base CONFIGS=" -DDPI_DISABLE -DEXT_F_DISABLE -DNUM_WARPS=2 -DNUM_THREADS=2" make -C hw/syn/yosys synthesis
454454
455455 PREFIX=build_tcu_bhf make -C hw/syn/yosys clean
456- PREFIX=build_tcu_bhf CONFIGS=" -DEXT_TCU_ENABLE -DTCU_BHF -DNUM_WARPS=2 -DNUM_THREADS=8" make -C hw/syn/yosys synthesis
456+ PREFIX=build_tcu_bhf CONFIGS=" -DDPI_DISABLE -DEXT_F_DISABLE - DEXT_TCU_ENABLE -DTCU_BHF -DNUM_WARPS=2 -DNUM_THREADS=8" make -C hw/syn/yosys synthesis
457457
458458 echo " synthesis tests done!"
459459}
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ module VX_tcu_uops import
8484 assign ibuf_out.PC = ibuf_in.PC ;
8585 assign ibuf_out.ex_type = ibuf_in.ex_type;
8686 assign ibuf_out.op_type = ibuf_in.op_type;
87+ assign ibuf_out.op_args.tcu.__padding = '0 ;
8788 assign ibuf_out.op_args.tcu.fmt_s = ibuf_in.op_args.tcu.fmt_s;
8889 assign ibuf_out.op_args.tcu.fmt_d = ibuf_in.op_args.tcu.fmt_d;
8990 assign ibuf_out.op_args.tcu.step_m = 4 '(m_index);
@@ -99,6 +100,7 @@ module VX_tcu_uops import
99100 `UNUSED_VAR (ibuf_in.rs1)
100101 `UNUSED_VAR (ibuf_in.rs2)
101102 `UNUSED_VAR (ibuf_in.rs3)
103+ `UNUSED_VAR (ibuf_in.op_args.tcu.__padding)
102104
103105 reg busy;
104106
You can’t perform that action at this time.
0 commit comments