-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Ash
authored and
John Ash
committed
Mar 9, 2017
1 parent
bbf85b5
commit 2df983a
Showing
195 changed files
with
16,914 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
#-- Synopsys, Inc. | ||
#-- Version J-2015.03M-SP1-2 | ||
#-- Project file C:\Users\ashj\Documents\LEARNING\Microsemi\Lab1_VHDL_VHDL\synthesis\LedBlinkingDSpeed_syn.prj | ||
|
||
#project files | ||
add_file -vhdl -lib work "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/hdl/ClkGen.vhd" | ||
add_file -vhdl -lib work "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/hdl/ClkGenNoSwitch.vhd" | ||
add_file -vhdl -lib work "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/hdl/Display.vhd" | ||
add_file -vhdl -lib work "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/hdl/Reset_out.vhd" | ||
add_file -vhdl -lib work "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/hdl/LedBlinkingDSpeed.vhd" | ||
add_file -fpga_constraint "C:/Users/ashj/Documents/LEARNING/Microsemi/Lab1_VHDL_VHDL/designer/LedBlinkingDSpeed/synthesis.fdc" | ||
|
||
|
||
|
||
#implementation: "synthesis" | ||
impl -add synthesis -type fpga | ||
|
||
#device options | ||
set_option -technology IGLOO2 | ||
set_option -part M2GL025 | ||
set_option -package VF256 | ||
set_option -speed_grade STD | ||
set_option -part_companion "" | ||
|
||
#compilation/mapping options | ||
set_option -use_fsm_explorer 0 | ||
set_option -top_module "work.LedBlinkingDSpeed" | ||
|
||
# mapper_options | ||
set_option -frequency 100.000 | ||
set_option -write_verilog 0 | ||
set_option -write_vhdl 0 | ||
set_option -srs_instrumentation 1 | ||
|
||
# actel_options | ||
set_option -rw_check_on_ram 0 | ||
|
||
# Microsemi G4 | ||
set_option -run_prop_extract 1 | ||
set_option -maxfan 10000 | ||
set_option -clock_globalthreshold 2 | ||
set_option -async_globalthreshold 12 | ||
set_option -globalthreshold 5000 | ||
set_option -low_power_ram_decomp 0 | ||
set_option -disable_io_insertion 0 | ||
set_option -opcond COMTC | ||
set_option -retiming 0 | ||
set_option -report_path 4000 | ||
set_option -update_models_cp 0 | ||
set_option -preserve_registers 0 | ||
|
||
# sequential_optimization_options | ||
set_option -symbolic_fsm_compiler 1 | ||
|
||
# Compiler Options | ||
set_option -compiler_compatible 0 | ||
set_option -resource_sharing 1 | ||
|
||
# Compiler Options | ||
set_option -auto_infer_blackbox 0 | ||
|
||
# Compiler Options | ||
set_option -vhdl2008 1 | ||
|
||
#automatic place and route (vendor) options | ||
set_option -write_apr_constraint 1 | ||
|
||
#set result format/file last | ||
project -result_file "./LedBlinkingDSpeed.edn" | ||
impl -active "synthesis" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Microsemi I/O Physical Design Constraints file | ||
|
||
# User I/O Constraints file | ||
|
||
# Version: v11.7 SP1 11.7.1.11 | ||
|
||
# Family: IGLOO2 , Die: M2GL025 , Package: 256 VF | ||
|
||
# Date generated: Sun Oct 23 02:59:56 2016 | ||
|
||
|
||
# | ||
# User Locked I/O Bank Settings | ||
# | ||
|
||
|
||
# | ||
# Unlocked I/O Bank Settings | ||
# The I/O Bank Settings can be locked by directly editing this file | ||
# or by making changes in the I/O Attribute Editor | ||
# | ||
|
||
|
||
# | ||
# User Locked I/O settings | ||
# | ||
|
||
set_io SW1 \ | ||
-pinname H12 \ | ||
-fixed yes \ | ||
-DIRECTION INPUT | ||
|
||
|
||
set_io SW2 \ | ||
-pinname H13 \ | ||
-fixed yes \ | ||
-DIRECTION INPUT | ||
|
||
|
||
set_io clk \ | ||
-pinname H16 \ | ||
-fixed yes \ | ||
-DIRECTION INPUT | ||
|
||
|
||
set_io green_led1 \ | ||
-pinname J16 \ | ||
-fixed yes \ | ||
-DIRECTION OUTPUT | ||
|
||
|
||
set_io green_led2 \ | ||
-pinname M16 \ | ||
-fixed yes \ | ||
-DIRECTION OUTPUT | ||
|
||
|
||
set_io red_led1 \ | ||
-pinname K16 \ | ||
-fixed yes \ | ||
-DIRECTION OUTPUT | ||
|
||
|
||
set_io red_led2 \ | ||
-pinname N16 \ | ||
-fixed yes \ | ||
-DIRECTION OUTPUT | ||
|
||
|
||
|
||
# | ||
# Dedicated Peripheral I/O Settings | ||
# | ||
|
||
|
||
# | ||
# Unlocked I/O settings | ||
# The I/Os in this section are unplaced or placed but are not locked | ||
# the other listed attributes have been applied | ||
# | ||
|
Oops, something went wrong.