started register_v2 with reading and writing abilities

This commit is contained in:
2022-03-09 13:05:08 +01:00
parent 422a90ad71
commit c8ac3cf37d
7 changed files with 1172 additions and 1045 deletions

View File

@@ -33,7 +33,7 @@ open tmpl::dataflow_neuro;
// 2 bits encoder, 2 bits long words, 2 delays????
defproc register_test (avMx1of2<1+2+2> in; d1of<2> data[1<<2]; bool? dly_cfg[2]){
register_rw<2,2,2> registers(.in=in,.data = data);
register_rw_v2<2,2,2> registers(.in=in,.data = data);
//Low active Reset
bool _reset_B;
power _supply;