Skip to content

Commit

Permalink
update Radiant project
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Feb 3, 2024
1 parent f5e7912 commit 4ce5730
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion radiant/UPduino_v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and a set of standard peripherals like UART, TWI and SPI.
- [x] CPU: `rv32imacu_Zicsr_Zicntr` (reduced CPU `[m]instret` & `[m]cycle` counter width!)
- [x] Memory: 64 kB instruction memory (internal IMEM), 64 kB data memory (internal DMEM), 4 kB bootloader ROM
- [x] Peripherals: `GPIO`, `MTIME`, `UART0`, `SPI`, `TWI`, `PWM`, `WDT`
- [x] Clock: 22.125 MHz from on-chip HF oscillator (via PLL)
- [x] Clock: 21 MHz from on-chip HF oscillator (via PLL)
- [x] Reset: via PLL "locked" signal; external "reset" via FPGA re-reconfiguration pin (`creset_n`)
- [x] Tested with processor version [`1.6.1.6`](https://github.com/stnolting/neorv32/blob/master/CHANGELOG.md)
- [x] On-board FPGA bitstream flash storage can also be used to store/load NEORV32 application software (via the bootloader)
Expand Down
2 changes: 1 addition & 1 deletion radiant/UPduino_v3/neorv32_upduino_v3_top.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end neorv32_upduino_v3_top;
architecture neorv32_upduino_v3_top_rtl of neorv32_upduino_v3_top is

-- configuration --
constant f_clock_c : natural := 22125000; -- PLL output clock frequency in Hz
constant f_clock_c : natural := 21000000; -- PLL output clock frequency in Hz

-- On-chip oscillator --
signal hf_osc_clk : std_logic;
Expand Down
8 changes: 4 additions & 4 deletions radiant/UPduino_v3/system_pll/rtl/system_pll.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Verilog netlist generated by IPGEN Lattice Radiant Software (64-bit)
2023.2.0.38.1
Soft IP Version: 1.0.1
2024 02 03 22:46:28
2024 02 03 22:55:33
*******************************************************************************/
/*******************************************************************************
Wrapper Module generated per user settings.
Expand All @@ -18,12 +18,12 @@ module system_pll (ref_clk_i,
output lock_o ;
output outcore_o ;
output outglobal_o ;
system_pll_ipgen_lscc_pll #(.DIVR("1"),
.FILTER_RANGE("1"),
system_pll_ipgen_lscc_pll #(.DIVR("0"),
.FILTER_RANGE("2"),
.FREQUENCY_PIN_REFERENCECLK("24.000000"),
.FEEDBACK_PATH("SIMPLE"),
.EXTERNAL_DIVIDE_FACTOR("NONE"),
.DIVF("58"),
.DIVF("27"),
.DELAY_ADJUSTMENT_MODE_FEEDBACK("FIXED"),
.FDA_FEEDBACK("0"),
.DELAY_PORT_WIDTH(4),
Expand Down
16 changes: 8 additions & 8 deletions radiant/UPduino_v3/system_pll/system_pll.ipx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" ?>
<RadiantModule architecture="iCE40UP" date="2024 02 03 22:46:28" device="iCE40UP5K" gen_platform="Radiant" generator="ipgen" library="module" module="pll" name="system_pll" package="SG48" source_format="Verilog" speed="High-Performance_1.2V" vendor="latticesemi.com" version="1.0.1">
<RadiantModule architecture="iCE40UP" date="2024 02 03 22:55:33" device="iCE40UP5K" gen_platform="Radiant" generator="ipgen" library="module" module="pll" name="system_pll" package="SG48" source_format="Verilog" speed="High-Performance_1.2V" vendor="latticesemi.com" version="1.0.1">
<Package>
<File modified="2024 02 03 22:46:28" name="rtl/system_pll_bb.v" type="black_box_verilog"/>
<File modified="2024 02 03 22:46:28" name="system_pll.cfg" type="cfg"/>
<File modified="2024 02 03 22:46:28" name="misc/system_pll_tmpl.v" type="template_verilog"/>
<File modified="2024 02 03 22:46:28" name="misc/system_pll_tmpl.vhd" type="template_vhdl"/>
<File modified="2024 02 03 22:46:28" name="rtl/system_pll.v" type="top_level_verilog"/>
<File modified="2024 02 03 22:46:28" name="component.xml" type="IP-XACT_component"/>
<File modified="2024 02 03 22:46:28" name="design.xml" type="IP-XACT_design"/>
<File modified="2024 02 03 22:55:33" name="rtl/system_pll_bb.v" type="black_box_verilog"/>
<File modified="2024 02 03 22:55:33" name="system_pll.cfg" type="cfg"/>
<File modified="2024 02 03 22:55:33" name="misc/system_pll_tmpl.v" type="template_verilog"/>
<File modified="2024 02 03 22:55:33" name="misc/system_pll_tmpl.vhd" type="template_vhdl"/>
<File modified="2024 02 03 22:55:33" name="rtl/system_pll.v" type="top_level_verilog"/>
<File modified="2024 02 03 22:55:33" name="component.xml" type="IP-XACT_component"/>
<File modified="2024 02 03 22:55:33" name="design.xml" type="IP-XACT_design"/>
</Package>
</RadiantModule>

0 comments on commit 4ce5730

Please sign in to comment.