- 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|
|
val_array.each do |item|
|
||||||
if 0 == (item =~ /.*\".*\"/)
|
if 0 == (item =~ /.*\".*\"/)
|
||||||
str = item.delete("\"")
|
str = item.delete("\"")
|
||||||
puts item
|
|
||||||
for nn in (0..str.length-1)
|
for nn in (0..str.length-1)
|
||||||
value = str[nn].to_i(16)
|
value = str[nn].to_i(16)
|
||||||
obj.put_xmem(value, lc);
|
obj.put_xmem(value, lc);
|
||||||
puts "S: " + value.to_s
|
|
||||||
len += 1
|
len += 1
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
argument = item
|
argument = item
|
||||||
puts "B: " + argument
|
|
||||||
obj.put_xmem(eval(argument), lc);
|
obj.put_xmem(eval(argument), lc);
|
||||||
len += 1
|
len += 1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user