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

Default g_nof_10ppm=0 to simulate OK. When > 0 then simulation fails, perhaps...

Default g_nof_10ppm=0 to simulate OK. When > 0 then simulation fails, perhaps the IP simulation model can not cope with ppm offset?
parent 787bb09a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ ENTITY tb_tech_eth_10g_ppm IS
-- Test bench control parameters
GENERIC (
g_technology : NATURAL := c_tech_select_default;
g_nof_10ppm : INTEGER := 1 -- use /= 0 to verify XO ppm offset between two devices
g_nof_10ppm : INTEGER := 0 -- use /= 0 to verify XO ppm offset between two devices
);
END tb_tech_eth_10g_ppm;
......
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