We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ce457 commit b8d5f3cCopy full SHA for b8d5f3c
1 file changed
firmware/hdl/packages/gtl_pkg.vhd
@@ -91,9 +91,9 @@ constant AXO_MODEL_V1: natural := 1;
91
constant AXO_MODEL_V3: natural := 3;
92
constant AXO_MODEL_V4: natural := 4;
93
constant AXO_MODEL_V5: natural := 5;
94
-constant AXO_MODEL_V6: natural := 5;
+constant AXO_MODEL_V6: natural := 6;
95
constant TOPO_MODEL_BASE_V1: natural := 100;
96
-constant TOPO_MODEL_HHBBWW_1MU_V5: natural := 105;
+constant TOPO_MODEL_HHBBWW_1MU_V5: natural := 101;
97
98
-- Fixed pipeline structure
99
constant BX_PIPELINE_STAGES: natural := 5; -- +/- 2bx pipeline
0 commit comments