-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple of remarks from a fresh start #41
Comments
|
@tgingold-cern It is possible to specify an external memory interface using cheby? I couldn't find how to do this reading the documentation. |
Yes, just use |
Thanks @tgingold-cern! Looking at the cheby source code I've figured that it is possible to set the memory-map:
bus: wb-32-be
name: wb_ram
description: Wishbone RAM interface
x-hdl:
busgroup: true
children:
- memory:
name: ram
memsize: 32768
interface: sram
children:
- reg:
name: data
access: rw
width: 32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First, thanks a lot for this tools, I've tried a couple of things and it look like it will greatly help me !
I have a couple of remarks :
setuptools
even afterpip install -r .\requirements.rxt
cheby_dpssram
. Is it the module that can be found at https://github.com/tgingold-cern/cheby/blob/master/testfiles/tb/dpssram.sv ?parse error: unhandled 'memmamp-version' in x-map-info
. What's the correct syntax ? My test file looked like:The text was updated successfully, but these errors were encountered: