i have process I need to now implement as ROM. process (count, outi, run) --converter
begin
if (run = '1') then -- run is a physical switch
case count is -- count ...
--- Quote Start --- Did you assign any values to the rom? without specifying the contents, it will simulate with all U --- Quote End --- yeah i did. It was in my first post