如果用戶現有的是 Protel99SE 。ProtelDXP,Protel2004 版本: 1 在powerpcb 軟件的中打開 PCB 文件,選擇導出 ASCII 文件(export ascii file) ,ascii file 的版本應該選擇 3.5 及以下的版本。 2 a 在 Protel99SE 。ProtelDXP , 選擇 File->Import->在出現的對話框中,選擇文件類型中的PADS Ascil Files (*.ASC)輸入對應文件即可 1.powerpcb-->export ascii file--->import ascii file with protel99 se sp5(u must install padsimportor that is an add-on for 99sesp5 which can downloan from protel company ). 2.powerpcb-->export ascii file-->import ascii file in orcad layout-->import max file(orcad pcb file)with protel 99 or 99se.
This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because the Altera pads do not have the correct delay models.
* How to program the flash prom with a FPGA programming file
1. Create a hex file of the programming file with Quartus.
2. Convert it to srecord and adjust the load address:
objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec
3. Program the flash memory using grmon:
flash erase 0x800000 0xb00000
flash load fpga.srec