Commit f84af5e8 authored by A. Hahn's avatar A. Hahn

removed driver for req_o

parent 24241895
......@@ -321,7 +321,7 @@ par_io <= PAR_out when PAR_en = BUF_OE else 'Z';
perr_io <= PERR_out when PERR_en = BUF_OE else 'Z';
serr_io <= SERR_out when SERR_en = BUF_OE else 'Z';
req_o <= 'Z'; -- not used in GUEST
--req_o <= 'Z'; -- not used in GUEST
busmode_io(3 downto 1) <= (others => 'Z'); -- only used as inputs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment