projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5352f4
)
Fixed copy&paste typo in synth_greenpak4
author
Clifford Wolf
<clifford@clifford.at>
Wed, 16 Sep 2015 07:39:31 +0000
(09:39 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 16 Sep 2015 07:39:31 +0000
(09:39 +0200)
techlibs/greenpak4/synth_greenpak4.cc
patch
|
blob
|
history
diff --git
a/techlibs/greenpak4/synth_greenpak4.cc
b/techlibs/greenpak4/synth_greenpak4.cc
index ce1b7604a61d97c87ff1b81923d0ccef2d874998..4de08eb82a0b966bd237ad1430bed3b01b50ee02 100644
(file)
--- a/
techlibs/greenpak4/synth_greenpak4.cc
+++ b/
techlibs/greenpak4/synth_greenpak4.cc
@@
-34,8
+34,8
@@
bool check_label(bool &active, std::string run_from, std::string run_to, std::st
return active;
}
-struct Synth
Ice40
Pass : public Pass {
- Synth
Ice40
Pass() : Pass("synth_greenpak4", "synthesis for GreenPAK4 FPGAs") { }
+struct Synth
GreenPAK4
Pass : public Pass {
+ Synth
GreenPAK4
Pass() : Pass("synth_greenpak4", "synthesis for GreenPAK4 FPGAs") { }
virtual void help()
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
@@
-224,6
+224,6
@@
struct SynthIce40Pass : public Pass {
log_pop();
}
-} Synth
Ice40
Pass;
+} Synth
GreenPAK4
Pass;
PRIVATE_NAMESPACE_END