Sha256: d383e80e71f613021f0e11e578c991cf3e6316c7cd156929066ccf91160697ff

Contents?: true

Size: 472 Bytes

Versions: 20

Compression:

Stored size: 472 Bytes

Contents

Ecic.project.configure do

  #Select the default type of RTL files you wish to generate:
  #VHDL or SystemVerilog:
  config.generator.library.type.default = 'vhdl'
  # config.generator.library.type.default = 'sv'   

  config.generator.design.vhdl.combine = ''
#  config.generator.design.vhdl.combine = 'entity + architecture'
#  config.generator.design.vhdl.combine = 'entity + component'
#  config.generator.design.vhdl.combine = 'entity + architecture + component'

end

Version data entries

20 entries across 11 versions & 1 rubygems

Version Path
ecic-0.6.2 templates/project/config/project.rb
ecic-0.6.2 templates/project/config/ecic.rb
ecic-0.6.1 templates/project/config/project.rb
ecic-0.6.1 templates/project/config/ecic.rb
ecic-0.6.0 templates/project/config/ecic.rb
ecic-0.6.0 templates/project/config/project.rb
ecic-0.5.0 templates/project/config/project.rb
ecic-0.5.0 templates/project/config/ecic.rb
ecic-0.4.0 templates/project/config/ecic.rb
ecic-0.4.0 templates/project/config/project.rb
ecic-0.3.0 templates/project/config/project.rb
ecic-0.3.0 templates/project/config/ecic.rb
ecic-0.2.2 templates/project/config/ecic.rb
ecic-0.2.2 templates/project/config/project.rb
ecic-0.2.1 templates/project/config/project.rb
ecic-0.2.1 templates/project/config/ecic.rb
ecic-0.2.0 templates/project/config/project.rb
ecic-0.2.0 templates/project/config/ecic.rb
ecic-0.1.0 templates/project/config/project.rb
ecic-0.0.1 templates/project/config/project.rb