Skip to content

Commit ce1a4f2

Browse files
jhkim-piiclaude
andcommitted
Simplify w_mask_in tie-off to 48'b0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent b86ea5f commit ce1a4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/designs/src/bp_quad/bsg_chip_block.sv2v.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241514,7 +241514,7 @@ module bsg_mem_1rw_sync_width_p48_els_p256
241514241514
.rd_out(data_o),
241515241515
.ce_in(_0_net_),
241516241516
.we_in(_1_net_),
241517-
.w_mask_in({48{1'b0}})
241517+
.w_mask_in(48'b0)
241518241518
);
241519241519

241520241520
assign _1_net_ = ~w_i;

0 commit comments

Comments
 (0)