Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fmc-mtlu-gw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
fmc-projects
fmc-mtlu
fmc-mtlu-gw
Commits
3ffc883a
Commit
3ffc883a
authored
10 years ago
by
Alvaro Dosil
Browse files
Options
Downloads
Patches
Plain Diff
fix project and i2c bugs
parent
1bdd615f
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/ise14/sp601/coregen.cgp
+2
-2
2 additions, 2 deletions
config/ise14/sp601/coregen.cgp
hdl/common/i2c_master_rtl.vhd
+1
-1
1 addition, 1 deletion
hdl/common/i2c_master_rtl.vhd
hdl/common/serdesCalibrateFSM_rtl.vhd
+1
-1
1 addition, 1 deletion
hdl/common/serdesCalibrateFSM_rtl.vhd
with
4 additions
and
4 deletions
config/ise14/sp601/coregen.cgp
+
2
−
2
View file @
3ffc883a
...
...
@@ -2,8 +2,8 @@ SET busformat = BusFormatAngleBracketNotRipped
SET designentry = VHDL
SET device = xc6slx16
SET devicefamily = spartan6
SET flowvendor =
Foundation_ISE
SET flowvendor =
Other
SET package = csg324
SET speedgrade = -3
SET verilogsim =
tru
e
SET verilogsim =
fals
e
SET vhdlsim = true
This diff is collapsed.
Click to expand it.
hdl/common/i2c_master_rtl.vhd
+
1
−
1
View file @
3ffc883a
...
...
@@ -91,7 +91,7 @@ BEGIN
ipbus_o
.
ipb_rdata
(
31
downto
8
)
<=
(
others
=>
'0'
);
ipbus_o
.
ipb_err
<=
'
1
'
;
-- never return an error.
ipbus_o
.
ipb_err
<=
'
0
'
;
-- never return an error.
END
ARCHITECTURE
rtl
;
This diff is collapsed.
Click to expand it.
hdl/common/serdesCalibrateFSM_rtl.vhd
+
1
−
1
View file @
3ffc883a
...
...
@@ -25,7 +25,7 @@
-------------------------------------------------------------------------------
--! @todo Implement a periodic calibration sequence\n
--! <another thing to do> \n
-
LIBRARY
ieee
;
USE
ieee
.
std_logic_1164
.
all
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment