OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [scripts/] [rpc/] [safe.py] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 sergeykhbr
"""
2
 @copyright  Copyright 2017 GNSS Sensor Ltd. All right reserved.
3
 @author     Sergey Khabarov - sergeykhbr@gmail.com
4
 @brief      General thread safe methods.
5
"""
6
 
7
import sys
8
 
9
def safe_print(content):
10
    #print "{0}".format(content)
11
    sys.stdout.write(content + '\n')

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.