Activity
From 06/28/2024 to 07/27/2024
07/25/2024
- GG 07:47 PM Software Development: RE: how to access gpio using pio ip core in c code
- Hello,
I would look at the avalon memory mapped slave address in your signal tap. It's possible the hps is requesting a read from a different address for one of those two cycles. It's also possible two reads are queued up back to bac...
07/24/2024
- BK 07:11 AM Software Development: RE: how to access gpio using pio ip core in c code
- Hi,
Yes, I am verified in Signal Tap only. and as off now like, we are able to do read and write HPS to FPGA using LW_AVALON_MM interface. In case of read from HPS, avalon_slave_read signal is being high for two clock cycles. Where as...
07/23/2024
- GG 04:12 PM Software Development: RE: how to access gpio using pio ip core in c code
- It looks like you posted a couple different versions of your C code. Which one are you running and what does the output look like? How are you verifying the FPGA is receiving data from the HPS? Are you using signal tap?
Thanks,
Greg
07/22/2024
- BK 03:16 PM Software Development: RE: how to access gpio using pio ip core in c code
- Hi,
In my implementation, the Avalon Memory Mapped interface automatically assigned a base address in platform designer with that address only I successfully sent an 32bit incremental data from the HPS to the FPGA and received it corr...
07/19/2024
- DV 02:11 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hello,
For the reference project the makefile removes those lines from the sdc file before it does the build, if you aren't using the Makefile for doing the build then you need to manually delete those lines after running Platform Des... - BK 06:45 AM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hi,
Yeah, I am removed that two lines in dev_5cs/synthesis/submodules/dev_5cs_hps_0_fpga_interfaces.sdc, before updating this one i am getting 30-40% of packet loss in ping , as off now I am updated that one now i am getting 5-7% of ...
07/16/2024
- DV 07:40 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hello,
I have verified that the reference design does meet timing when built via the makefile (ie make rbf). The makefile removes 2 incorrectly autogenerated clock assignments for the MAC clocks. The following lines need to be deleted...
07/15/2024
- GG 06:58 PM Software Development: RE: how to access gpio using pio ip core in c code
- The most straightforward way to do that would be to create your own Platform Designer Component with an Avalon Memory Mapped Slave interface. (See https://www.intel.com/content/www/us/en/docs/programmable/683364/18-1/creating-components....
07/13/2024
- BK 03:16 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hi,
with the provided reference project there is no packet loss but there are timing errors (screenshots attached) even after modified the reference project, as we said in first query, we observed similar timing errors with the same h...
07/11/2024
- DV 01:39 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- It sounds like you are on edge for timing so please verify that your design meets timing via TimeQuest in Quartus. Also when you used the provided reference project you did not see this packet lose, correct?
Dan - BK 12:05 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- i had made HPS and emac Splitter Conduit signals to external in Platform Designer and I had assigned that conduit signals properly in top Module accordingly like, hps_0_emac0_phy_txd_o to rgmiib_emac_phy_txd_o and for that reference, ple...
07/10/2024
- DV 01:08 PM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hello,
For the case that you are seeing 60% packet lose, what did you change in the reference FPGA project that was supplied in the bnet_mps project? Also have you verified that your project is meeting timing?
Best regards,
Dan
- BK 12:07 PM Software Development: RE: how to access gpio using pio ip core in c code
- Yes, I wanted to send the 256 BITS of raw data from HPS to FPGA. Can you give me the supplies for that.
07/08/2024
- TI 03:09 PM Software Development: RE: Get URL from jenkins file
- I just did a clean pull of the kernel and built it using the poky 3.0.4 sdk with no issues.
It sounds like either there was some old/other config in the build tree or your environment is different
my build did _not_ attempt to build th... - GG 01:20 PM Software Development: RE: How to access gpio using c code in yocto linux, which is created using PIO IP with HPS
- This seems to be a duplicate of https://support.criticallink.com/redmine/boards/45/topics/6705. Please refer to the other linked topic for further details.
Thanks,
Greg - GG 01:18 PM Software Development: RE: how to access gpio using pio ip core in c code
- Hello,
Can you share capture of your console so we can evaluate what commands you are using and exactly what errors are being reported?
As long as you do not exceed resources on the FPGA you should be able to add the required pio ...
07/07/2024
- BK 01:01 PM Software Development: RE: Get URL from jenkins file
- Hi,
I have downloaded the kernel from https://git.criticallink.com/gitweb/?p=linux-socfpga.git;a=shortlog;h=refs/heads/socfpga-5.4.23-lts (branch socfpga-5.4.23-lts) and updated the device tree and defconfig files by taking them fr...
07/05/2024
- Hi,
I have added pio ip (output only) to the HPS block design in platform designer, and modified/added gpio block with address specification by converting the dtb file to dts. Again compiled back to new dtb and replaced in pre built os ... - Hi,
I have added pio ip (output only) to the HPS block design in platform designer, and modified/added gpio block with address specification by converting the dtb file to dts. Again compiled back to new dtb and replaced in pre built ...
07/04/2024
- BK 07:34 AM Software Development: RE: Error in u-boot. cyclone v 5CSEBA4U2317 SOM
- Hi Daniel,
Now am able to generate the boot files.
Thanks & Regards,
Bhardwaj - BK 07:02 AM FPGA Development: RE: MitySOM-5csx custom board PL fabric ethernet access
- Hi,
I donot have much resources, as my application need more resources, I wanted to use HPS EMAC. And I am not going to implement any other IP layers, I just modify the data part and forward on the other port. For this, I have made emac...
07/01/2024
- DV 06:18 PM Software Development: RE: Error in u-boot. cyclone v 5CSEBA4U2317 SOM
- Hello,
You shouldn't need to update the compiler or path from the default that are filled out by the bsp-editor. Did you also run into errors when you used the default cross compiler that was choosen by the bsp-editor?
Best regards...
06/30/2024
- TI 05:51 PM Software Development: RE: Get URL from jenkins file
- Here is a link to the SDK for the 5CSx
you will need to run it on a linux machine (ubuntu 18 and up recommended)
https://support.criticallink.com/files/socfpga/poky-glibc-i686-epstech-image-bnet-mps-cortexa9hf-neon-mitysom-c5-toolchain...
06/29/2024
- BK 04:42 AM Software Development: RE: Error in u-boot. cyclone v 5CSEBA4U2317 SOM
- Hi Daniel,
Thank you for providing the information regarding booting. I understand the process to boot the cyclone v board.
I had followed the process which is mentioned in [[https://support.criticallink.com/redmine/projects...
06/28/2024
- TI 03:59 PM Software Development: RE: Get URL from jenkins file
- If you just need to build the kernel and device tree, you can download the kernel from https://git.criticallink.com/gitweb/?p=linux-socfpga.git;a=shortlog;h=refs/heads/socfpga-5.4.23-lts (branch socfpga-5.4.23-lts is what we used for the...
- DV 01:34 PM Software Development: RE: Error in u-boot. cyclone v 5CSEBA4U2317 SOM
- Hello,
The Altera Cyclone V SoC boot process involves several steps to initialize and start up the system. The Cyclone V SoC integrates an ARM-based Hard Processor System (HPS) with FPGA fabric, and the boot process encompasses both t...