Skip to content

Commit

Permalink
grlib-gpl-1.3.4-b4140
Browse files Browse the repository at this point in the history
  • Loading branch information
jirgais committed Nov 16, 2014
1 parent b979ab2 commit 44370e6
Show file tree
Hide file tree
Showing 669 changed files with 183,006 additions and 62,547 deletions.
169 changes: 102 additions & 67 deletions bin/Makefile

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions bin/Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ $(GRLIB)/lib/gaisler/i2c/i2c2ahb.in \
$(GRLIB)/lib/gaisler/can/can_oc.in \
$(GRLIB)/lib/gaisler/can/grcan.in \
$(GRLIB)/lib/gaisler/can/can_mc.in \
$(GRLIB)/lib/gaisler/pciexp/pciexp.in \
$(GRLIB)/lib/gaisler/pci/grpci1/pcidma.in \
$(GRLIB)/lib/gaisler/pci/grpci1/pci_target.in \
$(GRLIB)/lib/gaisler/pci/grpci1/pci_mtf.in \
$(GRLIB)/lib/gaisler/pci/grpci1/pci.in \
$(GRLIB)/lib/gaisler/pci/pcitrace/pcitrace.in \
$(GRLIB)/lib/gaisler/pci/grpci2/grpci2.in \
$(GRLIB)/lib/gaisler/net/edcl.in \
$(GRLIB)/lib/gaisler/spi/spictrl.in \
$(GRLIB)/lib/gaisler/spi/spi2ahb.in \
$(GRLIB)/lib/gaisler/spi/spimctrl.in \
$(GRLIB)/lib/gaisler/greth/greth2.in \
$(GRLIB)/lib/gaisler/greth/greth.in \
$(GRLIB)/lib/gaisler/l2cache/l2c.in \
$(GRLIB)/lib/gaisler/irqmp/irqmp.in \
$(GRLIB)/lib/gaisler/gr1553b/gr1553b.in \
$(GRLIB)/lib/gaisler/gr1553b/gr1553b_2.in \
Expand All @@ -39,6 +40,7 @@ $(GRLIB)/lib/gaisler/usb/grusbdc.in \
$(GRLIB)/lib/gaisler/usb/grusb_dcl.in \
$(GRLIB)/lib/gaisler/spacewire/router.in \
$(GRLIB)/lib/gaisler/spacewire/spacewire.in \
$(GRLIB)/lib/gaisler/pcie/pcie.in \
$(GRLIB)/lib/gaisler/ddr/mig_series7.in \
$(GRLIB)/lib/gaisler/ddr/mig.in \
$(GRLIB)/lib/gaisler/ddr/ddrsp.in \
Expand All @@ -64,15 +66,16 @@ $(GRLIB)/lib/gaisler/i2c/i2c2ahb.in.help \
$(GRLIB)/lib/gaisler/can/grcan.in.help \
$(GRLIB)/lib/gaisler/can/can_mc.in.help \
$(GRLIB)/lib/gaisler/can/can_oc.in.help \
$(GRLIB)/lib/gaisler/pciexp/pciexp.in.help \
$(GRLIB)/lib/gaisler/pci/grpci1/pci.in.help \
$(GRLIB)/lib/gaisler/pci/pcitrace/pcitrace.in.help \
$(GRLIB)/lib/gaisler/pci/grpci2/grpci2.in.help \
$(GRLIB)/lib/gaisler/net/edcl.in.help \
$(GRLIB)/lib/gaisler/spi/spimctrl.in.help \
$(GRLIB)/lib/gaisler/spi/spi2ahb.in.help \
$(GRLIB)/lib/gaisler/spi/spictrl.in.help \
$(GRLIB)/lib/gaisler/greth/greth.in.help \
$(GRLIB)/lib/gaisler/greth/greth2.in.help \
$(GRLIB)/lib/gaisler/l2cache/l2c.in.help \
$(GRLIB)/lib/gaisler/irqmp/irqmp.in.help \
$(GRLIB)/lib/gaisler/gr1553b/gr1553b_2.in.help \
$(GRLIB)/lib/gaisler/gr1553b/gr1553b.in.help \
Expand All @@ -95,6 +98,7 @@ $(GRLIB)/lib/gaisler/usb/grusb_dcl.in.help \
$(GRLIB)/lib/gaisler/usb/grusbdc.in.help \
$(GRLIB)/lib/gaisler/spacewire/spacewire.in.help \
$(GRLIB)/lib/gaisler/spacewire/router.in.help \
$(GRLIB)/lib/gaisler/pcie/pcie.in.help \
$(GRLIB)/lib/gaisler/ddr/ddr2sp.in.help \
$(GRLIB)/lib/gaisler/ddr/ddrsp.in.help \
$(GRLIB)/lib/gaisler/memctrl/ssrctrl.in.help \
Expand Down
5 changes: 5 additions & 0 deletions bin/modelsim.ini
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ PathSeparator = /
; 0 = Buffered, 1 = Unbuffered
UnbufferedOutput = 0

; Specify whether WLF file logging can use threads on multi-processor machines
; if 0, no threads will be used, if 1, threads will be used if the system has
; more than one processor
WLFUseThreads = 1

; This controls the number of characters of a signal name
; shown in the waveform window and the postscript plot.
; The default value or a value of zero tells VSIM to display
Expand Down
2 changes: 1 addition & 1 deletion bin/top.dc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sh mkdir synopsys
catch {sh mkdir synopsys}
set objects synopsys
#set trans_dc_max_depth 1
#set hdlin_seqmap_sync_search_depth 1
Expand Down
12 changes: 12 additions & 0 deletions boards/altera-c5ekit/Makefile.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TECHNOLOGY=CYCLONEV
PART=5CEFA7
PACKAGE=FI31
SPEED=-7
SYNFREQ=100
PROMGENPAR=

MANUFACTURER=Altera
MGCPART=$(PART)F31I7
MGCTECHNOLOGY=CycloneV
MGCPACKAGE=F31I7

499 changes: 499 additions & 0 deletions boards/altera-c5ekit/ddr3ctrl1.vhd

Large diffs are not rendered by default.

Loading

0 comments on commit 44370e6

Please sign in to comment.