Skip to content

Commit

Permalink
Merge pull request #175 from RapidSilicon/fifo_improv
Browse files Browse the repository at this point in the history
Removed a bug in logging
  • Loading branch information
bilalahmed-RS authored Sep 22, 2023
2 parents 2b7da41 + 6919adb commit 581b1a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

from litex.soc.interconnect.axi import *

logging.basicConfig(level=logging.INFO)

# logging.basicConfig(level=logging.INFO)
logging.basicConfig(filename="IP.log",filemode="w", level=logging.INFO, format='%(levelname)s: %(message)s\n')

Expand Down

0 comments on commit 581b1a1

Please sign in to comment.