I've programmed a CGDomain for DLX processor. This works fine so far.

The DLX is 32bit processor and the memory is byte-adressed, and all
memory calls must be assigned.

In the CGDLXDomain the portholes are allocated in memory( like in the
CG56Domain).
The memory m has the following size for example : 0-1024
The first port is allocated in  m:0,
the second in                   m:1,
the third in                    m:2,
the fourth in                   m:3;    
and so on 

But I want the following allocation for the memory
The first port should be allocated in   m:0,
the second in                           m:4,
the third in                            m:8,
the fourth in                           m:12,
an so on

How may I change this ?


--
Michael Henze

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: [EMAIL PROTECTED]

Reply via email to