orbit
orbit copied to clipboard
An HDL package manager.
**Describe the bug** Running `cargo install --git https://github.com/cdotrus/orbit.git --tag 0.12.0` fails. However, cloning the repo and running `cargo build` seems to resolve the dependency just fine, and the executable works....
I noted in your pull request for OSVVM that you run tests by saying: ``` - name: Test Rand run: orbit test --tb Demo_Rand --target gsim -- --std=08 ``` Let...
**Is your feature request related to a problem? Please describe.** Not related to a problem, just a feature request! **Describe the solution you'd like** Add JSON format for tree generation,...
One concern I have about introducing Orbit at work is the current project stability, or lack thereof. Understanding that it has not yet reached a stable 1.0, are there any...
**Is your feature request related to a problem? Please describe.** It looks like using `orbit build` and `orbit test` as entry points to building/testing might be too limiting to integrate...