pymtl / pymtl3

Pymtl 3 (Mamba), an open-source Python-based hardware generation, simulation, and verification framework
BSD 3-Clause "New" or "Revised" License
388 stars 46 forks source link

Add v_libs option #175

Closed ptpan closed 4 years ago

ptpan commented 4 years ago

Verilog placeholder config v_libs allows you to specify a Verilog library to be Verilated together with the Verilog source file.

codecov[bot] commented 4 years ago

Codecov Report

Merging #175 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #175   +/-   ##
=======================================
  Coverage   89.02%   89.02%           
=======================================
  Files         291      291           
  Lines       25416    25418    +2     
=======================================
+ Hits        22627    22629    +2     
  Misses       2789     2789           
Impacted Files Coverage Δ
...sses/backends/verilog/VerilogPlaceholderConfigs.py 88.63% <ø> (ø)
...backends/verilog/import_/VerilatorImportConfigs.py 87.93% <100.00%> (+0.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e790d5...9fd89bc. Read the comment docs.