Skip to content

Commit

Permalink
removed XilinxCell references from old bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwoojun committed Feb 3, 2021
1 parent 4bf2d44 commit 4709a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dram/src/DDR3Common.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Memory ::*;
import GetPut ::*;
import ClientServer ::*;
import BUtils ::*;
import I2C ::*;
//import I2C ::*;
import Connectable ::*;

//import Cntrs::*;
Expand Down
2 changes: 1 addition & 1 deletion dram/src/DDR3Controller.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Memory ::*;
import ClientServer ::*;
import GetPut ::*;
import BUtils ::*;
import I2C ::*;
//import I2C ::*;
import StmtFSM ::*;
import DDR3Common ::*;

Expand Down
2 changes: 1 addition & 1 deletion examples/streaming/Top.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import Clocks :: *;
import DefaultValue :: *;
//import Xilinx :: *;
import XilinxCells :: *;
//import XilinxCells :: *;

import PcieImport :: *;
import PcieCtrl :: *;
Expand Down

0 comments on commit 4709a47

Please sign in to comment.