bespoke-silicon-group / basejump_stl

BaseJump STL: A Standard Template Library for SystemVerilog
http://bjump.org/
Other
504 stars 97 forks source link

Broken Links #687

Open Subashkatel opened 3 months ago

Subashkatel commented 3 months ago

I was going through these README files and trying to follow them to run the tests but all the links provided in them are broken. Was wondering if they been moved or is there different way to test them?



First time run of test

$ cd basejump_stl/testing/bsg_link
$ git clone https://bitbucket.org/taylor-bsg/bsg_cadenv.git ../../../bsg_cadenv
$ make run
$ make view

Clean generated files

$ make clean```
dpetrisko commented 3 months ago

Hi, sorry for the dust. Testing infrastructure was moved to

xsim starting with: https://github.com/bespoke-silicon-group/basejump_stl/pull/640

And then enhanced for VCS: https://github.com/bespoke-silicon-group/basejump_stl/pull/657

The docs should be updated to reflect this. Give it a try and we'd appreciate a PR back with what works for you!