You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might think this creates an instruction memory and a data memory both of size 64kB.
However, PeConfig receives InitialContents of type Bytes 4, which means we actually receive memories of size 256kB(64 * 1024 * 4).
It should be easier to define create memories with a certain size. For now it's PBKAC
The text was updated successfully, but these errors were encountered:
When one sees:
You might think this creates an instruction memory and a data memory both of size 64kB.
However,
PeConfig
receivesInitialContent
s of typeBytes 4
, which means we actually receive memories of size 256kB(64 * 1024 * 4
).It should be easier to define create memories with a certain size. For now it's PBKAC
The text was updated successfully, but these errors were encountered: