Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosSubotic committed Mar 14, 2016
0 parents commit db8c5f6
Show file tree
Hide file tree
Showing 51 changed files with 9,260 additions and 0 deletions.
106 changes: 106 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# XPS
/implementation
/synthesis
/report
/blockdiagram
/revup
/hdl
__xps
*.log
*.svf
*.scr
*.cmd
*.bak
*~
*.elf
*.ace
*.make
platgen.opt
*.gui
XpsGuiSessionLock
*.filters

# XSDK
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
Debug/
Release/
.metadata/
/SDK/SDK_Workspace/*_hw_platform/
/SDK/SDK_Workspace/*_bsp/
/SDK/SDK_Export/

# ISE
*.log
*.svf
*.scr
*.cmd
*.bak
*.lso
*.elf
*.ace
*~
*#
*.swp
*.ini
*.html
*.vhi
*.wdb
*.stx
*.xmsgs
*.xreport
*.exe
*.cmd_log
*_beh.prj
*.ncd
isim
db
incremental_db
work
*.cr.mti
vsim.wlf
transcript
webtalk.log
webtalk_impact.xml
pepExtractor.prj
impact.xsl
impact_impact.xwbt
xst/

*.debug
*.xml
_ngo/
*.bgn
*.bit
*.bld
*.drc
*.ngc
*.ngd
*.ngr
*.pad
*.par
*.pcf
*.prj
*.ptwx
*.syr
*.twr
*.twx
*.unroutes
*.ut
*.xpi
*.xst
*_map.map
*_map.mrp
*_map.ngm
*_map.xrpt
*_ngdbuild.xrpt
*_pad.csv
*_pad.txt
*_par.xrpt
*_xst.xrpt
xlnx_auto_0_xdb/
1,098 changes: 1,098 additions & 0 deletions HDL/source/coregen/DCM_CORES.cgc

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions HDL/source/coregen/DCM_CORES.cgp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Date: Mon Feb 24 14:25:11 2014

SET addpads = false
SET asysymbol = false
SET busformat = BusFormatAngleBracketNotRipped
SET createndf = false
SET designentry = VHDL
SET device = xc6slx45
SET devicefamily = spartan6
SET flowvendor = Other
SET formalverification = false
SET foundationsym = false
SET implementationfiletype = Ngc
SET package = fgg676
SET removerpms = false
SET simulationfiles = Behavioral
SET speedgrade = -2
SET verilogsim = false
SET vhdlsim = true
SET workingdirectory = .\tmp\

# CRC: 888fca23
Loading

0 comments on commit db8c5f6

Please sign in to comment.