Using Ambit Build Gates

by Jason Hill

Simulate your VHDL...

Compile your code:

>read_alf xlite_core.alf
>set_global hdl_vhdl_environment common  (this controls which ieee.std libraries are included)
>read_vhdl my_vhdl1.vhd  (read_verilog works too)
>read_vhdl my_vhdl2.vhd
>do_build_generic  (this will do the synthesis)
>do_optimize  (this will map the synthesized logic to xlite_core cells provided by national)
>write_verilog -hierarchical my_netlist.v)

Import your code. -- follow Seth's tutorial code from here...