Skip to content
Snippets Groups Projects
Commit 7aecfdc2 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

"100ns" -> "100 ns" to prevent modelsim compilation warning

parent abcd7b5a
No related branches found
No related tags found
3 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!43Master,!42Resolve L2SDP-104
...@@ -420,7 +420,7 @@ BEGIN ...@@ -420,7 +420,7 @@ BEGIN
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
proc_read_avs_regs : PROCESS proc_read_avs_regs : PROCESS
BEGIN BEGIN
wait for 100ns; wait for 100 ns;
avs_address(0) <= (others => '0'); avs_address(0) <= (others => '0');
avs_chipselect(0) <= '0'; avs_chipselect(0) <= '0';
avs_read(0) <= '0'; avs_read(0) <= '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment