URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [docs/] [SYNTHESIS.txt] - Rev 111
Go to most recent revision | Compare with Previous | Blame | View Log
Simply RISC S1 Core - Synthesis Environment===========================================The scripts to run synthesis are similar to the onesused for simulations, you can still use the free IcarusVerilog software (that will target an FPGA application)or a commercial Design Compiler tool from Synopsys (thatwill be used for ASIC). In addition there is also a goodsynthesis tool for FPGAs from Xilinx named XST (could be"Xilinx Synthesis Tool").To synthesize using XST:s1_synth xstWith Icarus you will use the "fpga" target, to do sojust run:s1_synth fpgaIf you want to use Synopsys Design Compiler instead youhave to use:s1_synth dcPlease note that the commercial tools are NOT supported, andthey will probably not work unless you fix all the requiredparameters properly (we are focusing on free software sincewe want to build up a community of developers around the S1).The results for these scripts are in the directories:run/synth/xst/run/synth/fpga/run/synth/dc/
Go to most recent revision | Compare with Previous | Blame | View Log
