before the git gets fucked
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -48,13 +48,10 @@ defproc decoder_2d_hs_2x4 (avMx1of2<3> in; a1of1 out[8]){
|
||||
supply.vdd = Vdd;
|
||||
supply.vss = GND;
|
||||
|
||||
decoder_2d_hs<1,2,2,4,3> decoder(.in = in, .out = out,
|
||||
decoder_2d_hs<1,2,2,4> decoder(.in = in, .out = out,
|
||||
.reset_B = _reset_B, .supply = supply);
|
||||
|
||||
// model the synapse as having automatic pulldown of ack.
|
||||
// Needed since still have the timing assumption,
|
||||
// that the synapse ack is pulled down pretty soon after its req is removed.
|
||||
// Otherwise it starts fighting the line pull down.
|
||||
INV_X1 synapses[8];
|
||||
PULLDOWN_X4 synapses2[8];
|
||||
(i:8:
|
||||
|
Reference in New Issue
Block a user