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

Define c_natural_high.

parent b0381e49
No related branches found
No related tags found
1 merge request!292Use default 0 for nxt_info to avoid X to decimal conversion error in sim_io.py...
......@@ -51,6 +51,7 @@ PACKAGE common_pkg IS
CONSTANT c_64 : NATURAL := 64;
CONSTANT c_128 : NATURAL := 128;
CONSTANT c_256 : NATURAL := 256;
CONSTANT c_natural_high : NATURAL := 2147483647; -- = 2**31 - 1 = NATURAL'HIGH;
-- widths and sizes
CONSTANT c_halfword_sz : NATURAL := 2;
......
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