Hi - HP wrote: > [...] > But the obvious just dawned on me: the generated decode*.c > should have an '#include "cgen-ops.h"'. Completely untested. > > CGENers, please comment. > > Decoding of instruction fields should be able to use the usual > operators. Dunno if that's supposed to be handled elsewhere. > Maybe this is related to the problem generating SID CPU files > since about a year (reported before, no clue received). CGEN has always been a little undisciplined about which of its RTL operators are permitted in which context (decode/extract/semantics). Since this is unlikely to change, please feel free to make whatever workable (i.e. tested) change (like getting cgen to add that #include), you need to make new ports work. - FChE