Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
What is slm_conv-0.3 in H...
Forum: PULP General questions
Last Post: kgf
09-18-2023, 06:43 AM
» Replies: 1
» Views: 103
|
HERO: Compiling OpenMP ex...
Forum: PULP General questions
Last Post: darbyshaw
08-30-2023, 09:08 AM
» Replies: 0
» Views: 122
|
error when using DC to sy...
Forum: PULP General questions
Last Post: abhishek_tyagi
07-30-2023, 02:38 AM
» Replies: 2
» Views: 6,670
|
Occamy Verilator simulati...
Forum: PULP General questions
Last Post: pquanganh3105
06-15-2023, 01:59 AM
» Replies: 2
» Views: 666
|
boot from external flash ...
Forum: PULP General questions
Last Post: a0000442
06-10-2023, 01:53 AM
» Replies: 0
» Views: 312
|
plp_mkflash cannot run
Forum: PULP General questions
Last Post: a0000442
06-09-2023, 03:07 PM
» Replies: 0
» Views: 301
|
Error building pulp sdk
Forum: PULP General questions
Last Post: costola
05-18-2023, 08:21 AM
» Replies: 0
» Views: 350
|
Sharing data between PULP...
Forum: PULP General questions
Last Post: internetdunyam
05-17-2023, 12:44 AM
» Replies: 13
» Views: 35,295
|
simulation qspi in FPGA
Forum: PULP General questions
Last Post: internetdunyam
05-17-2023, 12:43 AM
» Replies: 1
» Views: 595
|
questions about fpga impl...
Forum: PULP General questions
Last Post: Cruise Wang
04-27-2023, 03:35 AM
» Replies: 0
» Views: 393
|
|
|
Compiling for RISCY without FP? |
Posted by: LarsKeuninckx - 01-27-2021, 10:56 AM - Forum: PULP General questions
- Replies (2)
|
 |
I successfully got Pulpissimo with RISCY working on the Digilent ARTY-A7-100T board, running the "Hello" example using the pulp-SDK. Yeeey!
I configured RISCY to not use a floating point unit, by setting:
Code: localparam USE_FPU = 0;
in xilinx_pulpissimo.v.
However, the gcc commands of the "Hello" example, following "make clean all", contain:
Code: ... -march=rv32imfcxpulpv2 -mfdiv ...
So the questions are:
- Does this mean floating point instructions are potentially still being generated?
- If so, how do I make the toolchain aware that RISCY was configured without FP unit?

Additional info: the toolchain was setup using the instructions at https://github.com/pulp-platform/pulp-ri...ation-pulp.
Thanks!
|
|
|
Failed at building the RTL simulation platform |
Posted by: Jackie Zhang - 01-25-2021, 11:58 AM - Forum: PULP General questions
- Replies (4)
|
 |
Hi, All:
I followed the instruction to setup a simple run environment, but always failed at the build stage, with following messages:
** Error: ../ips/pulp_soc/rtl/pulp_soc/soc_interconnect.sv(22): Cannot find `include file "axi/assign.svh" in directories:
../ips/pulp_soc/../../rtl/includes, ../ips/pulp_soc/rtl/include, ../ips/pulp_soc/../axi/axi/include, /eda/Mentor/Questa10.7/questasim/ovm-2.1.2/../verilog_src/ovm-2.1.2/src, /eda/Mentor/Questa10.7/questasim/uvm-1.1d/../verilog_src/uvm-1.1d/src
I checked all cloned files, found AXI, dm, ... etc, NOT downloaded.
Could you someone help me on this issue?
|
|
|
power efficient risc-v core |
Posted by: limone - 01-21-2021, 11:20 PM - Forum: PULP General questions
- No Replies
|
 |
I read this interesting article- I do not know if this is an Ariane-like linux-capable core, but I am much more fascinated at its power efficiency at 1Ghz (or lower) than its 5ghz capabilities.
https://www.eenewseurope.com/news/micro-...processor/
"Micro Magic details its 1GHz RISC-V processor core that consumes just 10mW when operated in the voltage-threshold region at 350mV.
Micro Magic in Sunnyvale, California, has already claimed that its RISC-V processor design was the fastest, but in an interview with eeNews Europe Mark Santoro, CEO of Micro Magic, said the processor core had also been designed so that it can operate down to at least 350mV, near the threshold voltage of the manufacturing process. "
"...However, the company has declined to say what manufacturing process or foundry manufacturer has been used. The company has said the design uses a FinFET process and that it examined physical design kits (PDKs) from three leading foundries seeking the broadest compatability before selecting one for manufacturing.
The process is likely to be somewhere between 20nm and 10nm and from one of Globalfoundries, Samsung, SMIC and TSMC."
|
|
|
simple runtime vs full SDK, when to use which one? |
Posted by: LarsKeuninckx - 01-21-2021, 12:37 PM - Forum: PULP General questions
- Replies (2)
|
 |
Two questions regarding the SDK.
The readme at https://github.com/pulp-platform/pulpissimo says:
"We provide a simple runtime and a full featured runtime for PULPissimo. We recommend you try out first the minimal runtime and when you hit its limitations you can try the full runtime by installing the SDK."
1. What exactly are the limitations of the "simple runtime" vs the "full runtime SDK"? When to use which one?
2. How do you switch between the simple runtime and full runtime SDK? What is the proper way to uninstall the SDK? Just delete the pulp-sdk folder and git clone again?
Thanks!
|
|
|
Maximum frequency obtained when synthesizing the RI5CY core multiplier with 28 FD-SOI |
Posted by: Olivier - 01-18-2021, 08:57 AM - Forum: PULP General questions
- Replies (1)
|
 |
Hello,
Out of curiosity, I'm learning more about the RI5CY core, especially the ex_stage. I read the Near-Threshold RISC-VCore With DSP Extensions for Scalable IoT Endpoint Devices paper and I got the core from the dedicated github page. Using Synopsys Design Compiler and the 28nm FD-SOI technology (the only technology available to me), I synthesized the multiplier (mult.sv) present in the RI5CY core. I obtain a maximum operating frequency of the multiplier of 200 MHz.
This frequency seems to me a little low. Considering the various documents I have seen on the internet, I would expect to obtain a frequency rather between 450 and 650 MHz.
Does anyone know if the maximum frequency of 200MHz is actually too low for the RI5CY core multiplier?
Thank you in advance.
|
|
|
μClinux on Ibex or CV32E40P? |
Posted by: limone - 01-15-2021, 05:13 AM - Forum: PULP General questions
- Replies (3)
|
 |
Hello,
I am exploring the various pros and cons to adapting 32-bit cores Ibex & CV32E40P to run μClinux (w/o MMU). If the power efficiency is not much less, I can understand the benefits of using CVA6 which can run full-featured (MMU) linux, but I am curious what the power consumption is for CVA6- I do not have access to the paper: "Slow and steady wins the race? A comparison of ultra-low-power RISC-V cores for Internet-of-Things applications."
However I did read, "Micro-riscy is 1.6× smaller than Zero-riscy (∼11.6 kgates in UMC 65nm), has a power envelope of just 100μW at 160MHz and it is 1.4× more energy efficient than Zero-riscy on pure control code."
I would also like access to: "Near-Threshold RISC-V Core With DSP Extensions for Scalable IoT Endpoint Devices" In a low-power 28-nm FD-SOI process, a peak efficiency of 193 MOPS/mW (40 MHz and 1 mW) can be achieved."
From reading the abstract, it appears Ibex can run at 100uW, and another core, in the 2nd article, runs at 1mW- Is that CV32E40P?
The reason I am asking is, I would like to build upon a research paper, the "Battery-Free Game Boy" in Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies September 2020 Article No.: 111, which uses an Ambiq Micro Apollo3 board running at sub-threshold voltage, similar to the near-threshold voltage of the RISC-V Core mentioned above. The theory is, if μClinux could be adapted to run on Ibex or CV32E40P, using external memory for RAM, an iPod, android phone, or even a laptop could be built with it and be powered by amorphous solar panels, and ultra-low power e-ink, with battery backup. Thank you.
|
|
|
Configuring Pulpissimo as IP for Vivado IP Integrator to use AXI peripherals |
Posted by: FrankieTankie - 01-07-2021, 03:53 PM - Forum: PULP General questions
- No Replies
|
 |
Hello,
I'm currently trying to set up a Pulpissimo IP Core which can be used with Vivado IP Integrator to fasten the integration of AXI peripherals. I managed so far to route the AXI slave channels to the TL domain where I added corresponding pads which can be used to create an AXI AMBA interface. As the slave interface uses a 64-bit data channel I'm going to use Xilinx data converter IP to get a 32-bit data channel. What I'm missing at the moment is AXI clock and reset channels.
My question therefore is if the cluster clock would be suitable to use it, if there is already a dedicated AXI clock or reset, or if a dedicated clock divider for AXI has to be integrated. In the last case the question would be where to get a suitable clock signal.
Any is appreciated.
Regards,
Frankie
|
|
|
Interrupt handling problem |
Posted by: nikolas - 01-05-2021, 03:01 PM - Forum: PULP General questions
- Replies (3)
|
 |
Hi there
I have a question about the interrupt handling of a PULPissimo with a RI5CY core.
The thing is, I am able to generate timer interrupts as long as I use the rt_api.h file and the functions, that are implemented there. Everything works fine then.
It would be very nice now, if it is possible to write my own functions. So I took the PULPissimo datasheet and started to set the right registers.
For testing reasons I want to generate interrupts from one of the APB Timers, jump into a callback function and toggle an LED. But that does not happen.
The program jumps once into the callback function but after never again. If I debug and set a breakpoint in the callback function, this breakpoint will never be reached twice.
Also tested the timer if everything works there as expected and it looks like the timer is fine. And in the interrupt pending register the correct bit is set but it does not jump.
My question now is, is there something else, maybe an other register or something, that I have to clear or set? Maybe I did not understand the interrupt handling right?
Would be nice if someone can help me here.
Code: /*=============================================================================================================================
* @file main.c
* @author
* @brief This is a testing program for the PULPissimo microcontroller that is implemented on a FPGA NEXYS4 board.
* There is a hardware abstraction layer, that was created for that board. This program helps to find out
* if everything is working as expected.
* @date 2021-01-02
* @version v1.0
============================================================================================================================*/
//#include <stdio.h>
#include <stdint.h>
#include "HAL/hal_gpio.h"
#include "HAL/HAL_Defines.h"
#include "HAL/hal_timer.h"
#include "HAL/hal_interrupt.h"
#include "HAL/pulpissimo.h"
//#include <rt/rt_api.h>
//int __rt_fpga_fc_frequency = 20000000;
//int __rt_fpga_periph_frequency = 10000000;
//unsigned int __rt_iodev_uart_baudrate = 115200;
/**************************************************
* @note -
* @brief Callback function for timer interrupt.
* @param -
* @return -
************************************************/
void callback_3(void)
{
INT_MASK_R &= ~0x400; //disable timer interrupt line
TIM_CFG_LO &= ~0x4; //diasable timer interrupts
INT_ACK_R &= ~0x400; //clear interrupt ACK flag
hal_gpio_toggle(LED0); //toggle LED0
INT_CTR_R &= ~0x400; //clear pending interrupt flag
INT_MASK_R |= 0x400; //enable timer interrupt line
TIM_CFG_LO |= 0x4; //enable timer interrupts
}
int main()
{
hal_gpio_init(LED0, OUTPUT); //init LED0
hal_gpio_init(LED1, OUTPUT); //init LED1
hal_gpio_write(LED0, LOW); //turn off LED0
hal_gpio_write(LED1, LOW); //turn off LED1
INT_MASK_R &= ~0xFFFFFFFF; //disable all interrupt lines
INT_CTR_R &= ~0xFFFFFFFF; //clear all pending interrupts
TIM_CNT_LO &= ~0xFFFFFFFF; //set timer count register to zero
hal_interrupt_set_handler(10, callback_3); //register callback function for timer interrupt
hal_timer1_init(0, RTC_32KHZ, CONTINUE,CMP_RST); //init timer
hal_timer1_set_cmp(0xFFFF); //set timer compare register value
hal_timer1_en_int(1); //enable timer interrupts
hal_timer1_start(); //start timer
while(1)
{
//checks if timer is running as expected
if(TIM_CNT_LO >= 0xFFF)
hal_gpio_write(LED1, 1);
else
hal_gpio_write(LED1, 0);
}
return 0;
}
If it helps to understand my problem, here is the little test application I would like to run. The functions, that I wrote do not much more than setting the right bits of the right registers.
Thank you very much and wish you all a nice evening
|
|
|
The signed/unsigned operation support by the Dotp-Unit of the RI5CY core |
Posted by: Olivier - 01-05-2021, 09:42 AM - Forum: PULP General questions
- Replies (1)
|
 |
Hello and Happy New Year,
I took a look at the Near-Threshold RISC-VCore With DSP Extensions for Scalable IoT Endpoint Devices paper.
At the Dotp-Unit side, there are two 17bx17b multipliers and four 9bx9b multipliers respectively the input operands are 16b and 8b. The support of signed operations is achieved by adding a sign bit to each input operand.
The input values supported by the 17bx17b and 9bx9b multipliers should be between -65536 to 65535 and -256 to 255 respectively. With this choice, we move away from the classical short and char data types supporting data values between -32768 to 32767 and -128 to 127 respectively.
I can't understand why an extra sign bit is needed on data 16b and 8b for the execution of signed operations.
Can someone enlighten me with additional information about this choice to add an extra sign bit to data 16b and 8b?
Thank you in advance,
|
|
|
|