Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to write the drivers
Hi: I design a IP core about AD16bit , which is used to transfer the analogy to the digital and whose "hdl file " is belown: library ieee; use ieee.std_logic_1164.all; enti...
Altera_Forum
Honored Contributor
21 years agoHi monkeyboy:
I don't see straight the examples you offered , can you give me the appropriate format of the examples. and now I found a new problem about the ad16bit core, that is: if I change the width of "Port Q " from 16 to 32 , then when I build the soft project , the builing is failed because the size of the ad16bit is too large. and I found that when I fix "Q : out STD_LOGIC_VECTOR(15 DOWNTO 0));" the size of the ad16bit range from 0x0xxxxx0 to 0xxxxx7 ,but when I fix "Q : out STD_LOGIC_VECTOR(31 DOWNTO 0)); " and the size of the ad16bit range from 0x0xxxxx0 to 0xxxxxF , what's wrong with the problem and how can I slove it ?!!