3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

removed comma

This commit is contained in:
williamzhu17 2025-05-08 17:39:16 -07:00
parent 8d20ed0637
commit b265ea9dcf

View file

@ -127,7 +127,7 @@ module top (
input wire b,
input wire c,
input wire d,
output wire [3:0] x,
output wire [3:0] x
);
assign x[0] = a & b;
assign x[1] = x[0] & c;