[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-9-gf859b9e1b
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2018-09-12 14:34:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via f859b9e1b73704adcbc9e4f6a7fb81ea7c621f70 (commit)
via 50253ce8b7246f3c708bd8622f37d4bc63376cd1 (commit)
from 2febd89b8d0bd13692498c64c72b64b6a91f377c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f859b9e1b73704adcbc9e4f6a7fb81ea7c621f70
Author: Fabien Marteau <fab...@ar...>
Date: Wed Sep 12 16:33:26 2018 +0200
[FIRMWARE] fix pod script for apf51 example
commit 50253ce8b7246f3c708bd8622f37d4bc63376cd1
Author: Fabien Marteau <fab...@ar...>
Date: Wed Sep 12 16:33:03 2018 +0200
[FIRMWARE] adding pod script for opos6ul_sp
-----------------------------------------------------------------------
Summary of changes:
firmware/wishbone_example/wishbone_example51.pod | 31 ++++++++++++----------
firmware/wishbone_example/wishbone_exampleO6SP.pod | 17 ++++++++++++
2 files changed, 34 insertions(+), 14 deletions(-)
create mode 100644 firmware/wishbone_example/wishbone_exampleO6SP.pod
diff --git a/firmware/wishbone_example/wishbone_example51.pod b/firmware/wishbone_example/wishbone_example51.pod
index 8cad1654e..48354c56b 100644
--- a/firmware/wishbone_example/wishbone_example51.pod
+++ b/firmware/wishbone_example/wishbone_example51.pod
@@ -1,14 +1,17 @@
-project.create wishbone_example51
-project.selectplatform standard.apf51
-project.addinstance components.led.wb16
-project.addinstance components.button.wb16
-project.connectpin button00.int_button.irq irq_mngr00.irq.irqport.0
-project.connectpin button00.int_button.button apf51.fpga.IO_L41N_GCLK8_M1CASN_1
-project.connectpin led00.int_led.led apf51.fpga.IO_L41P_GCLK9_IRDY1_M1RASN_1
-project.autoconnectbus
-project.getmapping imx51_wb16_wrapper00
-project.getmapping imx51_wb16_wrapper00.mwb16
-project.intercon imx51_wb16_wrapper00.mwb16
-project.top
-project.synthesis.selecttoolchain ise
-project.synthesis.generateproject
+create wishbone_example51
+selectplatform standard.apf51
+addinstance components.led.wb16
+addinstance components.button.wb16
+connectpin button00.int_button.irq irq_mngr00.irq.irqport.0
+connectpin button00.int_button.button apf51.fpga.IO_L41N_GCLK8_M1CASN_1
+connectpin led00.int_led.led apf51.fpga.IO_L41P_GCLK9_IRDY1_M1RASN_1
+autoconnectbus
+getmapping imx51_wb16_wrapper00.mwb16
+generateintercon imx51_wb16_wrapper00.mwb16
+generateintercon rstgen_syscon00.candroutput
+generatetop
+synthesis.selecttoolchain ise
+synthesis.generateproject
+synthesis.generatebitstream
+report
+exit
diff --git a/firmware/wishbone_example/wishbone_exampleO6SP.pod b/firmware/wishbone_example/wishbone_exampleO6SP.pod
new file mode 100644
index 000000000..5b7f74439
--- /dev/null
+++ b/firmware/wishbone_example/wishbone_exampleO6SP.pod
@@ -0,0 +1,17 @@
+create wishbone_exampleo6sp
+selectplatform standard.opos6ulsp
+addinstance components.led.wb16
+addinstance components.button.wb16
+connectpin button00.int_button.irq irq_mngr00.irq.irqport.0
+connectpin button00.int_button.button opos6ulsp.fpga.IO_L37N_GCLK12_0
+connectpin led00.int_led.led opos6ulsp.fpga.IO_L37P_GCLK13_0
+autoconnectbus
+getmapping imx6ul_wb16_wrapper00.mwb16
+generateintercon imx6ul_wb16_wrapper00.mwb16
+generateintercon rstgen_syscon00.candroutput
+generatetop
+synthesis.selecttoolchain ise
+synthesis.generateproject
+synthesis.generatebitstream
+report
+exit
hooks/post-receive
--
armadeus
|