Commit bf82a9e3 authored by palvarez's avatar palvarez

git-svn-id: http://svn.ohwr.org/vme64x-core/trunk@122 665b4545-5c6b-4c24-801b-41150b02b44b
parent c42c01f3
......@@ -32,7 +32,7 @@ class CVMeCrPos:
class CVmeCrList:
def __init__(self,ga):
# par = self.parityOf(ga);
self.gad = (ga <<23);
self.gad = (ga <<19);
self.size = 0x10000;
self.data_width = 32;
self.am = 0x2f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment