wzab / agwb

Support for automatic address map generation and address decoding logic for Wishbone connected hierachical systems
12 stars 6 forks source link

Enabling stb generates incompatible port name. #52

Closed m-kru closed 3 years ago

m-kru commented 3 years ago

image

Should be

    control_stb_o : out std_logic;
wzab commented 3 years ago

I disagree. The "_ack" and "_stb" are suffixes added to the names of the signals - "something_o", (output which may use additionally STROBE signal - something_o_stb) and "something_i" (input which may use additionally the ACKNOWLEDGE signal - something_i_ack).

In fact if we would like to encode the direction in the name, we should have: