Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
19765b4a
Commit
19765b4a
authored
Oct 29, 2018
by
Tiago Jorge
Browse files
Update B mapper small cleanup
parent
bc259067
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/brave_B_mapper.py
View file @
19765b4a
...
...
@@ -435,15 +435,15 @@ class VHDLGlueGenerator(SynchronousToolGlueGeneratorGeneric[List[int], List[int]
#define STATIC
#endif
#define BASE_ADDR 0x80000300
#define BASE_ADDR
0x80000300
#define FPGA_READY "ready"
#define FPGA_RECONFIGURING "reconfiguring"
#define FPGA_ERROR "error"
#define FPGA_DISABLED "disabled"
#define POLLING_PERIOD_NS 1000000
#define RETRIES
4000
#define POLLING_PERIOD_NS
1000000
#define RETRIES
4000
#ifdef _WIN32
...
...
@@ -471,14 +471,6 @@ static long long bswap64(long long x)
#endif
static void ErrorHandler(
const char *Function,
const char *Msg)
{
printf("**** TASTE - Function %s returned an error
\\
n
\\
"%s
\\
"
\\
n
\\
n", Function, Msg);
exit(1);
}
uint64_t ObtainTimeStamp ()
{
struct timespec TimeStamp;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment