URL
https://opencores.org/ocsvn/soc_maker/soc_maker/trunk
Show entire file |
Details |
Blame |
View Log
Rev 8 |
Rev 9 |
Line 61... |
Line 61... |
attr_accessor :visible
|
attr_accessor :visible
|
attr_accessor :editable
|
attr_accessor :editable
|
attr_accessor :description
|
attr_accessor :description
|
attr_accessor :choice
|
attr_accessor :choice
|
|
|
def initialize( type, options = {} )
|
def initialize( type, optional = {} )
|
init_with( { 'type' => type }.merge( options ) )
|
init_with( { 'type' => type }.merge( optional ) )
|
end
|
end
|
|
|
def encode_with( coder )
|
def encode_with( coder )
|
%w[ type default min max
|
%w[ type default min max
|
visible editable description ].
|
visible editable description ].
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.