vhdl
Here are 1,200 public repositories matching this topic...
-
Updated
Sep 20, 2020 - Haskell
As an optimization gpi_log caches the gpi logging level. This cached value is not currently updated when the "cocotb.gpi" logger's level is updated in Python. This will require creating a logging.Handler subclass that calls simulator.set_level when its setLevel method is called.
VUnit.add_source_files_from_csv() only passes vhdl_standard kwarg to Library.add_source_file(). However, my file gatherer uses .ahd file extensions to denote altera, .xhd to denote xilinx, and so on. I need the file_type available at least so I can tell VUnit that those file types are still vhdl, but all arguments should be available.
-
Updated
Aug 16, 2020 - VHDL
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
Aug 29, 2020
-
Updated
Sep 8, 2020 - Python
-
Updated
Sep 23, 2018 - C++
-
Updated
Sep 16, 2020 - VHDL
-
Updated
Jan 5, 2019 - VHDL
Create NeoVim integration of VHDL language server and publish instructions on how to use it.
-
Updated
Sep 17, 2020 - VHDL
-
Updated
Aug 9, 2020 - Python
-
Updated
Sep 5, 2020 - VHDL
-
Updated
Jul 21, 2018 - VHDL
-
Updated
Jul 26, 2020
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."
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--helpand on