GitHub - mirekez/cpphdl: C++ HDL (Hardware Description Language)

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ cpphdl Public

C++ HDL (Hardware Description Language)

License

Apache-2.0 license

35 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

cpphdl

C++HDL Hardware Description Language

Please read the doc/cpphdl.pdf

development

Win64 requires the following to be done:

And for Linux:

Then for both Win&Lin:

  • conda create -p ./.conda; source activate base; conda activate ./.conda; conda env update --file requirements.yaml
  • mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ..; make

author

This software is developed by Mike Reznikov (https://www.linkedin.com/in/mike-reznikov) based on the results of own research.

This work is not subsidized or paid.