ABEL to VHDL translate

Jun 19, 2006 2 Replies

Hi all,



can someone help me to translate following ABEL code to VHDL on Xilinx.


-- BOOT pin istype "reg_d";



-- !IOWR pin;


-- BOOT.clk = !IOWR;



-- BOOT.aset = RESET;



-- BOOT.aclr = 0;



-- BOOT.d = IOD0 & BOOT_BASE # (BOOT.pin & !BOOT_BASE);



-- BOOT.oe = 1;



It seems to be a clocked process, but IOWR is not a real clock, it changes only sometime. The .pin according to ABEL language is a feedback, so should I define it with a temp signal associated to BOOT pin like:



signal boot_tmp: std_logic;



boot_temp


You find it in ISE 8.2.03i when you create a project, select the device in the Sources window, and select 'HDL Converter' from 'Design Utilities' in the Processes window.

Thomas

You find it in ISE 8.2.03i when you create a project, select the device in the Sources window, and select 'HDL Converter' from 'Design Utilities' in the Processes window.

Thomas

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required