Commit a20e1ab1 authored by kblantos's avatar kblantos

Keep p3 length constant and independent of the board pins for profip testing

parent f92a9b76
......@@ -465,22 +465,22 @@ set_io nostat_i \
-DIRECTION Input
set_io {p3_lgth_i[0]} \
-pinname 166 \
-fixed yes \
-DIRECTION Input
#set_io {p3_lgth_i[0]} \
# -pinname 166 \
# -fixed yes \
# -DIRECTION Input
set_io {p3_lgth_i[1]} \
-pinname 167 \
-fixed yes \
-DIRECTION Input
#set_io {p3_lgth_i[1]} \
# -pinname 167 \
# -fixed yes \
# -DIRECTION Input
set_io {p3_lgth_i[2]} \
-pinname 168 \
-fixed yes \
-DIRECTION Input
#set_io {p3_lgth_i[2]} \
# -pinname 168 \
# -fixed yes \
# -DIRECTION Input
set_io rst_i \
......
......@@ -217,7 +217,7 @@ entity nanofip is port(
c_id_i : in std_logic_vector (3 downto 0); -- Constructor identification settings
m_id_i : in std_logic_vector (3 downto 0); -- Model identification settings
p3_lgth_i : in std_logic_vector (2 downto 0); -- Produced variable data length
-- p3_lgth_i : in std_logic_vector (2 downto 0); -- Produced variable data length
rate_i : in std_logic_vector (1 downto 0); -- WorldFIP bit rate
subs_i : in std_logic_vector (7 downto 0); -- Subscriber number coding (station address)
......@@ -549,7 +549,7 @@ begin
rx_crc_wrong_p_i => s_rx_crc_wrong_p,
rate_i => rate_i,
subs_i => subs_i,
p3_lgth_i => p3_lgth_i,
p3_lgth_i => "011", --p3_lgth_i,
slone_i => slone_i,
nostat_i => nostat_i,
-------------------------------------------------------------
......@@ -569,7 +569,6 @@ begin
var3_rdy_o <= s_var3_rdy;
---------------------------------------------------------------------------------------------------
-- wf_model_constr_decoder --
---------------------------------------------------------------------------------------------------
......@@ -612,4 +611,4 @@ end architecture struc;
--=================================================================================================
---------------------------------------------------------------------------------------------------
-- E N D O F F I L E
---------------------------------------------------------------------------------------------------
\ No newline at end of file
---------------------------------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment