before the git gets fucked

This commit is contained in:
alexmadison
2022-04-04 17:35:34 +02:00
parent ea3f91d6de
commit a229dd00cf
35 changed files with 49389 additions and 16553 deletions

View File

@@ -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: