E
ekavirsrikanth@gmail.com
Guest
Hi all,
I am usign Xilinx core gen FIFO (synchronous) where i am using the
data width of 1bit (serial data) but i need the depth of 2pwr 15 for
my application. in core gen one bit data width is specified as
std_logic_ vector (0 downto 0). but i wanted it to be std_logic as my
other modules depend on the std_logic. if i am assigning the
std_logic_ vector directly to std_logic its throwing error in
simulation..... i cannot chnage the entire logic form std_logic to
std_lgic_vector as many sub modules are depend on this .is there any
way that i can change the std_logic_ vector (0 downto 0) to std_logic
by type conversion or any technique.
regards
srikanth
I am usign Xilinx core gen FIFO (synchronous) where i am using the
data width of 1bit (serial data) but i need the depth of 2pwr 15 for
my application. in core gen one bit data width is specified as
std_logic_ vector (0 downto 0). but i wanted it to be std_logic as my
other modules depend on the std_logic. if i am assigning the
std_logic_ vector directly to std_logic its throwing error in
simulation..... i cannot chnage the entire logic form std_logic to
std_lgic_vector as many sub modules are depend on this .is there any
way that i can change the std_logic_ vector (0 downto 0) to std_logic
by type conversion or any technique.
regards
srikanth