Re: [myhdl-list] reusable blocks with different interfaces
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-01-15 19:17:53
|
On 15/01/15 19:15, Henry Gomersall wrote: > @always_seq(clock.posedge, reset) > def block(): > output_interface.next = input_interface To be clear the important line is above. I want to assign a whole interface at once, without reference to its attributes. Henry |