URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [docs/] [SYNTHESIS.txt] - Rev 4
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).With Icarus you will use the "fpga" target, to do sojust run:build_fpgaIf you want to use Synopsys Design Compiler instead youhave to use:build_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 two kinds of scripts are in thedirectories:run/synth/fpga/andrun/synth/dc/
Go to most recent revision | Compare with Previous | Blame | View Log
