mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 19:55:41 +00:00
removed comma
This commit is contained in:
parent
8d20ed0637
commit
b265ea9dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue