mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +00:00
before some refactoring
This commit is contained in:
parent
42c5007cf6
commit
7a8efe9f1b
5 changed files with 16 additions and 150 deletions
|
@ -168,8 +168,6 @@ endspecify
|
|||
|
||||
wire q0, q1;
|
||||
|
||||
//assign q0 = LUT >> sum_lutc_input == "cin" ? {'b0, CI, B, A}:{'b0, C, B, A};
|
||||
//assign q1 = LUT >> sum_lutc_input == "cin" ? {D, CI, B, A}:{D, C, B, A};
|
||||
|
||||
assign q0 = LUT >> {'b0, CI, B, A};
|
||||
assign q1 = LUT >> {D, CI, B, A};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue