Sha256: 67ad424845d38ef7ee5c4f66b77f0dff089f4512fd41e3a8e71d4b8bd9076f6c

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

#Syntax for sources.rb

add design   chip, :env => ['asic_rtl', 'asic_gate', 'fpga_rtl']
add design   [basic_vhdl, chip], :except => {:env => ['asic']}
#add design chip_tb, :path => '/some/absolute/path'
#add testbench chip_tb, :path => '/some/absolute/path'
#Libraries can be added in libraries.rb with two different syntaxes, eg.:
  library.create('lib_x')
  and 
  libraries << Library.new('lib_z')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecic-0.4.0 notes.txt
ecic-0.3.0 notes.txt