vhdl
Here are 1,488 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
Jul 23, 2021 - Haskell
In C++ instead of using the syntax (void)unused_param, it is customary to simply leave the parameter unnamed. Now that all libraries are C++, we can do this universally and deprecate COCOTB_UNUSED.
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
-
Updated
Mar 29, 2021
It would be cute to be able to identify the source code from which a particular microwatt cpu implementation was built. If the build process could look for the git SHA1 ID of the current head and include that as a constant value in the build, hooked up to the syscon framework so it could be read by MMIO, that could be useful. We would probably want (say) 32 bits of SHA1 plus a dirty flag.
Then
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Jul 14, 2021 - Python
-
Updated
Jan 5, 2019 - VHDL
-
Updated
Mar 28, 2021 - VHDL
-
Updated
Jul 24, 2021 - Python
-
Updated
Sep 22, 2020 - C++
-
Updated
Jul 22, 2021 - VHDL
-
Updated
Mar 10, 2021
Create NeoVim integration of VHDL language server and publish instructions on how to use it.
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jul 22, 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."


By @maehne in #617 (comment)