File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct PinPlacer {
44
44
45
45
CStr cname () const noexcept { return name_.c_str (); }
46
46
47
- bool isInput () const noexcept { return module_ == " I_BUF" ; }
47
+ bool isInput () const noexcept { return module_ == " I_BUF" or module_ == " CLK_BUF " ; }
48
48
bool isOutput () const noexcept { return module_ == " O_BUF" ; }
49
49
50
50
struct CmpOldPin {
Original file line number Diff line number Diff line change 1
- static const char * _pln_VERSION_STR = " pln0193 " ;
1
+ static const char * _pln_VERSION_STR = " pln0194 " ;
2
2
3
3
#include " RS/rsEnv.h"
4
4
#include " util/pln_log.h"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct PinPlacer {
44
44
45
45
CStr cname () const noexcept { return name_.c_str (); }
46
46
47
- bool isInput () const noexcept { return module_ == " I_BUF" ; }
47
+ bool isInput () const noexcept { return module_ == " I_BUF" or module_ == " CLK_BUF " ; }
48
48
bool isOutput () const noexcept { return module_ == " O_BUF" ; }
49
49
50
50
struct CmpOldPin {
You can’t perform that action at this time.
0 commit comments