fifo_test_adv works

This commit is contained in:
Michele
2022-02-28 11:11:30 +01:00
parent b94715b6d9
commit 2afec288a8
11 changed files with 1068 additions and 113 deletions

View File

@ -349,8 +349,9 @@ namespace tmpl {
ARBITER arbiter(.a = in1.r, .b = in2.r, .c = in2.a, .d = in1.a, .y1 = _y1_arb, .y2 = _y2_arb, .vdd = supply.vdd, .vss = supply.vss);
}
//The buffer_t_valid doesn't work
export
defproc buffer_t_tmsc(a1of1 in; a1of1 out; bool? reset_B; power supply)
defproc buffer_t_valid(a1of1 in; a1of1 out; bool? reset_B; power supply)
{
//control
bool _en, _reset_BX;