Creating Bidirectional Signals Using ABEL
out0.clk = strobe0; `` on rising edge of strobe0
out0.oe = read; `` Read back when read is high
out1:= out0.q $ out0.pin; `` out1 goes high when out0 register
out1.clk = strobe1; `` and pin are different