Commit 78d71bff authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

top: Enable iob attribute in order to reduce PPS output signal latency

parent 02ea8fd9
......@@ -541,8 +541,8 @@ architecture rtl of wr_nic_dio_top is
signal dio_out : std_logic_vector(4 downto 1);
--first channel is reserved for PPS out
signal dio_out_pps : std_logic;
-- attribute iob: string;
-- attribute iob of dio_out_pps: signal is "true";
attribute iob: string;
attribute iob of dio_out_pps: signal is "true";
signal local_reset_n : std_logic;
......
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