Skip to content
#

fpga

Here are 114 public repositories matching this topic...

mattvenn
mattvenn commented Jan 31, 2020

Appears to be a python3.7 package installation problem?
ubuntu 18.04 LTS
python3.7
glasgow repo cloned today

After following the install instructions I try to run glasgow and get the following:

480s:2000: cd ~/.local/bin/
T480s:2001: ./glasgow 
Traceback (most recent call last):
  File "./glasgow", line 11, in <module>
    load_entry_point('glasgow', 'console_scripts', 'glasgow')
imphil
imphil commented Mar 23, 2020

FuseSoC supports use flags, but doesn't document which use flags are actually set. This needs to be documented.

Currently we set:

  • A target use flag target_TARGETNAME, e.g. target_sim if fusesoc is called with --target=sim.
  • A tool use flags tool_TOOLNAME, e.g. tool_verilator if fusesoc is called with --tool=verilator

Support for user-defined use flags is being developed in #26

prjxray
litghost
litghost commented Feb 28, 2020
grep unknown opentitan.fasm  | wc
    557    6127   52651

557 bits isn't too many. Most of these are likely related to the DSP, as 1 DSP is being used:

DSP_L_X66Y110.DSP48.DSP_0.AREG_0
DSP_L_X66Y110.DSP48.DSP_0.BREG_0
DSP_L_X66Y110.DSP48.DSP_0.MASK[45:0] = 46'b1111111111111111111111111111111111111111111111
DSP_L_X66Y110.DSP48.DSP_0.ZADREG[0]
DSP_L_X66Y110.DSP48.DSP_0.ZAL
s-ol
s-ol commented Mar 10, 2019

The SCons file is quite "magical" and undocumented at the moment. I needed to find it to understand these points for example:

  • how is a PCF file located? which is chosen if there are multiple?
  • how are testbench files recognized and treated?
  • how are verilog source files recognized and treated?

IMO the second two should be documented in the docs for apio sim and apio build respectiv

CarlFK
CarlFK commented Apr 17, 2018

to help with unit tests, be able to turn off the text on the patterns. This will provide known image for testing inputs, testing loopback, and testing outputs (like the encoder).

I can see a case for leaving some of it on, but I would prefer the option of having the same image across all everythings. The case for testing for text on an image doesn't seem worth the effort in providing a UI/A

symbiflow-arch-defs

Improve this page

Add a description, image, and links to the fpga topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fpga topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.