- reduced verbosity
git-svn-id: http://moon:8086/svn/vhdl/trunk@1395 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -260,16 +260,13 @@ file.each do |raw_line|
|
||||
val_array.each do |item|
|
||||
if 0 == (item =~ /.*\".*\"/)
|
||||
str = item.delete("\"")
|
||||
puts item
|
||||
for nn in (0..str.length-1)
|
||||
value = str[nn].to_i(16)
|
||||
obj.put_xmem(value, lc);
|
||||
puts "S: " + value.to_s
|
||||
len += 1
|
||||
end;
|
||||
else
|
||||
argument = item
|
||||
puts "B: " + argument
|
||||
obj.put_xmem(eval(argument), lc);
|
||||
len += 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user