wip: more comfpile work
This commit is contained in:
parent
ac969681e6
commit
cdb5492bfe
3 changed files with 57 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue