Forum Discussion
Gyud0
Occasional Contributor
6 years agoUsing Altera reserved I/O pins by an Altera IP
hey, I'm using Altera IP that requires I/O pins that also reserved for Altera so I got Fitter's Quartos errors such as: Error(176310): can't place multiple pins assigned to pin location Pin_E2 (IOP...
Gyud0
Occasional Contributor
6 years agoThe IP is Parallel Flash Loader while the device is Cyclone 3.
these are the IP's ports:
entity parallel_flash_loader is
port (
pfl_flash_access_granted: in std_logic;
pfl_nreset:in std_logic;
flash_addr: out std_logic_vector(22 downto 0);
flash_data:inout std_logic_vector(15 downto 0);
flash_nce: out std_logic;
flash_noe: out std_logic;
flash_nwe:out std_logic;
pfl_flash_access_request:out std_logic
);
end entity parallel_flash_loader ;