wip: more comfpile work

This commit is contained in:
xaseiresh 2023-04-24 09:20:31 +02:00
parent ac969681e6
commit cdb5492bfe
3 changed files with 57 additions and 31 deletions

View file

@ -145,13 +145,6 @@ $core.add_artefact_engine do |engine|
end
end
t_start = Time.now()
dep_art = $core.craft_and_complete(:gtkwave_output, "spi_master_tb.vhd")
t_end = Time.now()
puts "Full dependency list is: #{dep_art.dependencies.map(&:target)} (took #{t_end - t_start})"
puts "Includes of all source files:"
# (If you use this, don't forget to add pry to your Gemfile!)
require "pry"
Pry.start