vhdl
Here are 1,614 public repositories matching this topic...
Revisit CLI syntax
Currently, the architecture of the CLI is based on (sub)commands and options. Commands are expected to be provided as the first argument, and do effectively decide which feature is to be used. OTOH, options provide parameters to the commands. However, there is no syntactical difference, as both commands and options start with -- or -i. As a result, we rely on properly formating --help and on
-
Updated
Nov 28, 2021 - Haskell
Several users have asked for an example of how to use the makefiles in projects that contain precompiled and/or encrypted IP cores or libraries. There should be a simple example. It will likely not work for them, but could act as a template.
Alternatively, documentation or an explicit API for these objects would also help.
-
Updated
Nov 29, 2021 - VHDL
-
Updated
Nov 17, 2021
Here is the problem:
$ make compile
Traceback (most recent call last):
File "C:\My_Designs\probe_fpga_design_1\run.py", line 336, in
main()
File "C:\My_Designs\probe_fpga_design_1\run.py", line 181, in main
vu.add_osvvm()
File "c:\my_designs\probe_fpga_design_1\deps\vunit\vunit\ui_init_.py", line 1030, in add_osvvm
self.builtins.add("osvvm")
File "c:\my
@paulusmack recently added a PMU but we dont have any tests for events yet. Given the design is moves around I think it's likely these events will bit rot over time hence we should add some tests for these events.
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Nov 26, 2021 - Python
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Nov 29, 2021 - Python
-
Updated
Jan 5, 2019 - VHDL
-
Updated
Nov 23, 2021 - VHDL
-
Updated
Nov 10, 2021
-
Updated
Sep 22, 2020 - C++
-
Updated
Nov 15, 2021 - VHDL
Create NeoVim integration of VHDL language server and publish instructions on how to use it.
-
Updated
Aug 14, 2021 - Python
Improve this page
Add a description, image, and links to the vhdl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vhdl topic, visit your repo's landing page and select "manage topics."


I observed in Logisim-Evolution 3.7.1 that once the zoom factor for the gui is set manually, there is no possibility to set it back to auto. Maybe a reset button in the preferences window could be inserted.