Prev: Last Call for Papers Reminder (extended): IAENG International Conference on Control and Automation (ICCA 2010)
Next: [Digilab IIE board]Cable autodetection failed
From: Weng Tianxiang on 2 Jan 2010 13:21 Hi, I need to write ASM hardware language for circuits. I wrote a lot about 10 years ago for Altera chip. Now I couldn't find the ASM hardware language definition file from Altera/Xilinx. Please help give a connection. Thank you. Weng
From: glen herrmannsfeldt on 2 Jan 2010 14:56 Weng Tianxiang <wtxwtx(a)gmail.com> wrote: > I need to write ASM hardware language for circuits. I wrote a lot > about 10 years ago for Altera chip. Now I couldn't find the ASM > hardware language definition file from Altera/Xilinx. I remember from XC4000 days the editor that would let one examine and modify the design at a very low level. I also used it to generate macros at a low level and instatiate those macros from high level verilog code. I never knew that called ASM, though. There are also the netlists, with the lowest one at the CLB or LUT level, which one might also be able to read, write, or modify. At FPGA densities, that is rarely useful or necessary. For lower density CPLD devices, I believe there is still a low level language to describe the design. -- glen
From: grigio on 6 Jan 2010 03:19 On 2 Gen, 19:21, Weng Tianxiang <wtx...(a)gmail.com> wrote: > Hi, > I need to write ASM hardware language for circuits. I wrote a lot > about 10 years ago for Altera chip. Now I couldn't find the ASM > hardware language definition file from Altera/Xilinx. Perhaps PALASM?
From: Weng Tianxiang on 6 Jan 2010 11:38 On Jan 6, 12:19 am, grigio <crowne...(a)gmail.com> wrote: > On 2 Gen, 19:21, Weng Tianxiang <wtx...(a)gmail.com> wrote: > > > Hi, > > I need to write ASM hardware language for circuits. I wrote a lot > > about 10 years ago for Altera chip. Now I couldn't find the ASM > > hardware language definition file from Altera/Xilinx. > > Perhaps PALASM? Yes, it is similar language, but Altera has its own language name, and not called PALASM. Weng
From: RCIngham on 7 Jan 2010 05:41
>On Jan 6, 12:19=A0am, grigio <crowne...(a)gmail.com> wrote: >> On 2 Gen, 19:21, Weng Tianxiang <wtx...(a)gmail.com> wrote: >> >> > Hi, >> > I need to write ASM hardware language for circuits. I wrote a lot >> > about 10 years ago for Altera chip. Now I couldn't find the ASM >> > hardware language definition file from Altera/Xilinx. >> >> Perhaps PALASM? > >Yes, it is similar language, but Altera has its own language name, and >not called PALASM. > >Weng > Do you mean AHDL? --------------------------------------- This message was sent using the comp.arch.fpga web interface on http://www.FPGARelated.com |