OpenCores
URL https://opencores.org/ocsvn/can/can/trunk

Subversion Repositories can

[/] [can/] [trunk/] [syn/] [synplicity/] [can.prj] - Diff between revs 49 and 127

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 49 Rev 127
Line 1... Line 1...
#-- Synplicity, Inc.
#-- Synplicity, Inc.
#-- Version 7.2
#-- Version 7.2.2
#-- Project file /projects/zoidberg/igorm/can/syn/synplicity/can.prj
#-- Project file X:\zoidberg_soc\zoidberg_soc\can\syn\synplicity\can.prj
#-- Written on Sat Mar  1 21:07:14 2003
#-- Written on Tue Sep 23 14:15:42 2003
 
 
 
 
#add_file options
#add_file options
add_file -verilog "$LIB/proasic/proasicplus.v"
add_file -verilog "$LIB/proasic/proasicplus.v"
add_file -verilog "../../../memory/actel/ram_64x8_sync/actel_ram_64x8_sync.v"
add_file -verilog "../../../memory/actel/ram_64x8_sync/actel_ram_64x8_sync.v"
Line 56... Line 56...
project -result_file "rev_1/can_top.edn"
project -result_file "rev_1/can_top.edn"
 
 
#implementation attributes
#implementation attributes
set_option -compiler_compatible 0
set_option -compiler_compatible 0
set_option -include_path "../../rtl/verilog/;../../bench/verilog/"
set_option -include_path "../../rtl/verilog/;../../bench/verilog/"
impl -active "rev_1"
 
 
 
 
#implementation: "rev_2"
 
impl -add rev_2
 
 
 
#device options
 
set_option -technology PA
 
set_option -part APA600
 
set_option -speed_grade Std
 
 
 
#compilation/mapping options
 
set_option -default_enum_encoding default
 
set_option -symbolic_fsm_compiler 1
 
set_option -resource_sharing 0
 
set_option -top_module "can_top"
 
 
 
#map options
 
set_option -frequency 50.000
 
set_option -fanout_limit 12
 
set_option -maxfan_hard 0
 
set_option -disable_io_insertion 0
 
set_option -report_path 4000
 
 
 
#simulation options
 
set_option -write_verilog 1
 
set_option -write_vhdl 0
 
 
 
#automatic place and route (vendor) options
 
set_option -write_apr_constraint 1
 
 
 
#set result format/file last
 
project -result_file "rev_2/can_top.edn"
 
 
 
#implementation attributes
 
set_option -vlog_std v95
 
set_option -compiler_compatible 0
 
set_option -num_critical_paths ""
 
set_option -num_startend_points ""
 
set_option -include_path "../../rtl/verilog/;../../bench/verilog/"
 
impl -active "rev_2"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.