Skip to content

Commit ff0fbc4

Browse files
author
Your Name
committed
ci: fix TCU BHF synthesis coverage
1 parent 9a469fa commit ff0fbc4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ci/regression.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

hw/rtl/tcu/VX_tcu_uops.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)