diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-09 19:04:26 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-09 19:04:26 -0800 |
commit | 36138857e9d64a129840814aed79c00cc6f505e9 (patch) | |
tree | eac39fb001b6495c972c55d692ca9331ac768c48 /usrp2 | |
parent | 3f2e589f639c6ec16e62b337568ebca96e241ae2 (diff) | |
download | uhd-36138857e9d64a129840814aed79c00cc6f505e9.tar.gz uhd-36138857e9d64a129840814aed79c00cc6f505e9.tar.bz2 uhd-36138857e9d64a129840814aed79c00cc6f505e9.zip |
builds a successful led blinker
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/safe_u1e/.gitignore | 2 | ||||
-rw-r--r-- | usrp2/top/safe_u1e/Makefile | 3 | ||||
-rw-r--r-- | usrp2/top/safe_u1e/safe_u1e.v | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usrp2/top/safe_u1e/.gitignore b/usrp2/top/safe_u1e/.gitignore index bdc5af040..f8b57ea21 100644 --- a/usrp2/top/safe_u1e/.gitignore +++ b/usrp2/top/safe_u1e/.gitignore @@ -1,2 +1,4 @@ *~ build +*.log +*.cmd diff --git a/usrp2/top/safe_u1e/Makefile b/usrp2/top/safe_u1e/Makefile index 664835187..d28cc2b89 100644 --- a/usrp2/top/safe_u1e/Makefile +++ b/usrp2/top/safe_u1e/Makefile @@ -217,7 +217,8 @@ export GEN_PROG_FILE_PROPERTIES := \ "Create Binary Configuration File" TRUE \ "Done (Output Events)" 5 \ "Enable Bitstream Compression" TRUE \ -"Enable Outputs (Output Events)" 6 +"Enable Outputs (Output Events)" 6 \ +"Unused IOB Pins" "Pull Up" export SIM_MODEL_PROPERTIES := "" diff --git a/usrp2/top/safe_u1e/safe_u1e.v b/usrp2/top/safe_u1e/safe_u1e.v index 79aaac6cd..1b81bab5a 100644 --- a/usrp2/top/safe_u1e/safe_u1e.v +++ b/usrp2/top/safe_u1e/safe_u1e.v @@ -12,7 +12,6 @@ module safe_u1e IBUFGDS #(.IOSTANDARD("LVDS_33"), .DIFF_TERM("TRUE")) clk_fpga_pin (.O(clk_fpga),.I(CLK_FPGA_P),.IB(CLK_FPGA_N)); - defparam clk_fpga_pin.IOSTANDARD = "LVPECL_25"; reg [31:0] ctr; |