Skip to content
Snippets Groups Projects
Commit a069296e authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Avoid no driver warning in synthesis.

parent 57f2e213
Branches
No related tags found
1 merge request!293Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
...@@ -191,6 +191,7 @@ BEGIN ...@@ -191,6 +191,7 @@ BEGIN
usedw => fifo_rd_usedw usedw => fifo_rd_usedw
); );
wr_init <= '0'; -- to avoid no driver warning in synthesis
fifo_wr_usedw <= fifo_rd_usedw; fifo_wr_usedw <= fifo_rd_usedw;
END GENERATE; END GENERATE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment