before the git gets fucked
This commit is contained in:
@@ -31,8 +31,8 @@ import globals;
|
||||
|
||||
open tmpl::dataflow_neuro;
|
||||
|
||||
defproc delayprog_4 (bool? s[4], a; bool! y){
|
||||
delayprog<4> dp(.a=a, .y=y, .s = s);
|
||||
defproc delayprog_4 (bool? s[4], in; bool! out){
|
||||
delayprog<4> dp(.in=in, .out=out, .s = s);
|
||||
dp.supply.vss = GND;
|
||||
dp.supply.vdd = Vdd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user